File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
DNN Platform/JavaScript Libraries/DnnPlugins Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 43144314 } ) ;
43154315 } ;
43164316
4317+ function registerEvents ( ) {
4318+ Sys . WebForms . PageRequestManager . getInstance ( ) . add_beginRequest ( saveRgDataDivScrollTop ) ;
4319+ Sys . WebForms . PageRequestManager . getInstance ( ) . add_endRequest ( dnnInitCustomisedCtrls ) ;
4320+ }
4321+
43174322 window . __rgDataDivScrollTopPersistArray = [ ] ;
43184323 $ ( document ) . ajaxComplete ( dnnInitCustomisedCtrls ) ;
4319- Sys . WebForms . PageRequestManager . getInstance ( ) . add_beginRequest ( saveRgDataDivScrollTop ) ;
4320- Sys . WebForms . PageRequestManager . getInstance ( ) . add_endRequest ( dnnInitCustomisedCtrls ) ;
43214324 $ ( dnnInitCustomisedCtrls ) ;
4325+ $ ( registerEvents ) ;
43224326 handlerSendVerificationMailLink ( ) ;
43234327} ) ( jQuery ) ;
You can’t perform that action at this time.
0 commit comments