summaryrefslogtreecommitdiff
path: root/js/codeq/prolog.js
diff options
context:
space:
mode:
authorRobert Zorko <robertz@gurucue.com>2015-12-17 14:48:05 +0100
committerRobert Zorko <robertz@gurucue.com>2015-12-17 14:48:05 +0100
commitae39a505784603c6e918c4234eee9cb7f85811e2 (patch)
treeb8694c1ec5ddf9f2bd190108af33f9be5e5ff8d7 /js/codeq/prolog.js
parent27d9966693bc88495617ba165f290c7f2e54abd0 (diff)
fixed the session expired bug
Diffstat (limited to 'js/codeq/prolog.js')
-rw-r--r--js/codeq/prolog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/codeq/prolog.js b/js/codeq/prolog.js
index 7ff0af6..e35984a 100644
--- a/js/codeq/prolog.js
+++ b/js/codeq/prolog.js
@@ -250,7 +250,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
codeq.tr.registerDictionary('prolog', codeq.tr.emptyDictionary); // to make the translator happy, when this screen is not active
});
- createPrologHandler = function (problemDef, commonDef, currentSolution) {
+ var createPrologHandler = function (problemDef, commonDef, currentSolution) {
var jqDescriptionContent = jqDescription.find('.description'),
jqEditor = jqCode.find('.code_editor'),
jqTerminal = jqConsole.find('.console'),