summaryrefslogtreecommitdiff
path: root/js/codeq/change_password.js
diff options
context:
space:
mode:
authorRobert Zorko <robertz@gurucue.com>2015-12-16 14:21:33 +0100
committerRobert Zorko <robertz@gurucue.com>2015-12-16 14:21:33 +0100
commita7fa6cfffebe3026198ad8beb0e06543d3503bb6 (patch)
treef8d322a40900c778b1178807492ecbe0e6c58d66 /js/codeq/change_password.js
parentca3aa94da7798bba4fed6ae467d8fa94324a832e (diff)
parente906718cefc3f5fc7a279c7cae3a76fbdc184961 (diff)
merge with Ales fixes
Diffstat (limited to 'js/codeq/change_password.js')
-rw-r--r--js/codeq/change_password.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/codeq/change_password.js b/js/codeq/change_password.js
index dc5db39..6ebd6dd 100644
--- a/js/codeq/change_password.js
+++ b/js/codeq/change_password.js
@@ -26,6 +26,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
jqChangePassForm = $('#formChangePassword');
codeq.globalStateMachine.register('changePassword',{
+ 'jqScreen': jqScreen,
+ 'isModal': true,
+
'enter': function(){
jqCancelBtn.on('click',function(){
history.back();//forces a transition to the previous state