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 9898 }
9999
100100 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' )});
104103
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 ();
108106 });
109107 updateNextButton ();
110108 });
You can’t perform that action at this time.
0 commit comments