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/upgrade_to_aai.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js/codeq/upgrade_to_aai.js') diff --git a/js/codeq/upgrade_to_aai.js b/js/codeq/upgrade_to_aai.js index 5357a29..ad57fed 100644 --- a/js/codeq/upgrade_to_aai.js +++ b/js/codeq/upgrade_to_aai.js @@ -16,9 +16,10 @@ along with this program. If not, see . */ /** * Created by markop on 11/02/15. + * */ (function(){ - + "use strict"; var jqScreen = $("#screen_upgrade_to_aai"), jqForm = $('#formUpgradeToAAI'), jqNoBtn = $('#btnUpgradeToAAINo'), -- cgit v1.2.1