diff options
Diffstat (limited to 'desktop/sources')
-rw-r--r-- | desktop/sources/scripts/client.js | 2 | ||||
-rw-r--r-- | desktop/sources/scripts/core/orca.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/sources/scripts/client.js b/desktop/sources/scripts/client.js index dfe38e4..f30677d 100644 --- a/desktop/sources/scripts/client.js +++ b/desktop/sources/scripts/client.js @@ -12,7 +12,7 @@ /* global Theme */ function Client () { - this.version = 172 + this.version = 173 this.library = library this.theme = new Theme(this) diff --git a/desktop/sources/scripts/core/orca.js b/desktop/sources/scripts/core/orca.js index 83a6f36..e7530d7 100644 --- a/desktop/sources/scripts/core/orca.js +++ b/desktop/sources/scripts/core/orca.js @@ -186,7 +186,7 @@ function Orca (library) { } this.valueIn = function (key) { - return this.variables[key] + return this.variables[key] || '.' } // Tools |