summaryrefslogtreecommitdiff
path: root/js/codeq/profile.js
diff options
context:
space:
mode:
authorRobert Zorko <robertz@gurucue.com>2015-12-17 14:02:20 +0100
committerRobert Zorko <robertz@gurucue.com>2015-12-17 14:02:20 +0100
commit27d9966693bc88495617ba165f290c7f2e54abd0 (patch)
treec8c7854e8777f149bd6d41c4a42b2060f71e1f64 /js/codeq/profile.js
parenta7fa6cfffebe3026198ad8beb0e06543d3503bb6 (diff)
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)
Diffstat (limited to 'js/codeq/profile.js')
-rw-r--r--js/codeq/profile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/codeq/profile.js b/js/codeq/profile.js
index f863140..4b2f9ce 100644
--- a/js/codeq/profile.js
+++ b/js/codeq/profile.js
@@ -16,10 +16,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
/**
* Created by markop on 9/29/15.
+ *
*/
(function(){
-
+ "use strict";
var jqScreen = $("#screen_profile"),
jqBtnChangePass = $("#change_pass_profile"),
jqBtnGoBack = $("#btnProfileGoBack");