summaryrefslogtreecommitdiff
path: root/js/codeq/change_password.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/change_password.js')
-rw-r--r--js/codeq/change_password.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/js/codeq/change_password.js b/js/codeq/change_password.js
index 6ebd6dd..20c26d5 100644
--- a/js/codeq/change_password.js
+++ b/js/codeq/change_password.js
@@ -14,11 +14,14 @@ details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+
+
/**
* Created by robert on 10/14/15.
+ *
*/
(function(){
-
+ "use strict";
var jqScreen = $("#screen_change_pass"),
jqNew = $("#modalChangePasswordNew"),
jqVerify = $("#modalChangePasswordVerify"),