summaryrefslogtreecommitdiff
path: root/js/codeq/profile.js
diff options
context:
space:
mode:
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");