summaryrefslogtreecommitdiff
path: root/js/codeq/navigation.js
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-09-28 18:44:48 +0200
committerAleš Smodiš <aless@guru.si>2015-09-28 18:44:48 +0200
commit7dab4d3640b7b37c407eea111eda1fc0b71adbda (patch)
treef6d422f294d796706634de43826bce117fef409a /js/codeq/navigation.js
parent1e0c68482267f7e7393d2cde5042fcd863b8e23b (diff)
Implement in-structure GUI translation for python and problem editing screens.
Hints are not yet covered.
Diffstat (limited to 'js/codeq/navigation.js')
-rw-r--r--js/codeq/navigation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/codeq/navigation.js b/js/codeq/navigation.js
index 4445a3d..30503e0 100644
--- a/js/codeq/navigation.js
+++ b/js/codeq/navigation.js
@@ -57,7 +57,7 @@
History.pushState({'state': name, 'params': Array.prototype.slice.apply(arguments, [1])}, null, '?s=' + name);
}
catch (e) {
- codeq.log.error('init: History.pushState() failed for new state ' + name+'. Error:'+e);
+ codeq.log.error('init: History.pushState() failed for new state ' + name+'. Error:'+e, e);
}
},
'destroy': function () {