Skip to content

Commit 2916fac

Browse files
committed
fix issue with configguide storage page buttons not working
1 parent 9968e1d commit 2916fac

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

webapp/src/main/webapp/WEB-INF/jsp/configguide-storage.jsp

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,11 @@
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
});

0 commit comments

Comments
 (0)