File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
webapp/src/main/webapp/WEB-INF/jsp Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 98
98
}
99
99
100
100
PWM_GLOBAL [' startupFunctions' ].push (function (){
101
- PWM_GLOBAL [' startupFunctions' ].push (function (){
102
- PWM_MAIN .addEventHandler (' button_next' ,' click' ,function (){ PWM_GUIDE .gotoStep (' NEXT' )});
103
- PWM_MAIN .addEventHandler (' button_previous' ,' click' ,function (){PWM_GUIDE .gotoStep (' PREVIOUS' )});
101
+ PWM_MAIN .addEventHandler (' button_next' ,' click' ,function (){ PWM_GUIDE .gotoStep (' NEXT' )});
102
+ PWM_MAIN .addEventHandler (' button_previous' ,' click' ,function (){PWM_GUIDE .gotoStep (' PREVIOUS' )});
104
103
105
- PWM_MAIN .addEventHandler (' <%= ConfigGuideFormField . PARAM_TEMPLATE_STORAGE% >' ,' change' ,function (){
106
- formHandler ();
107
- });
104
+ PWM_MAIN .addEventHandler (' <%= ConfigGuideFormField . PARAM_TEMPLATE_STORAGE% >' ,' change' ,function (){
105
+ formHandler ();
108
106
});
109
107
updateNextButton ();
110
108
});
You can’t perform that action at this time.
0 commit comments