From 27d9966693bc88495617ba165f290c7f2e54abd0 Mon Sep 17 00:00:00 2001 From: Robert Zorko Date: Thu, 17 Dec 2015 14:02:20 +0100 Subject: added 'use strict', coirrected some errors which were revealed by it and fixed the argument of the call of the wait function used in the reset function (core.js) --- js/codeq/translation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/codeq/translation.js') diff --git a/js/codeq/translation.js b/js/codeq/translation.js index 945cb52..b453876 100644 --- a/js/codeq/translation.js +++ b/js/codeq/translation.js @@ -15,7 +15,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ (function () { - + "use strict"; var dicts = {}, translateElement = function (jqElt, tkey, lang) { var dictionaryKey = jqElt.data('dict') || 'gui', -- cgit v1.2.1