Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit a7f592b

Browse files
committed
Unblock UI when uploading shapeFile
1 parent 9b071bf commit a7f592b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datastorelinker/src/main/webapp/scripts/jquery.form.wizard/jquery.form.wizard-latest.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
if(formOptionsSuccess){
2929
formOptionsSuccess(responseText, textStatus, xhr);
3030
}
31-
if(wizard.options.formOptions && wizard.options.formOptions.resetForm || !wizard.options.formOptions){
31+
$.unblockUI(unblockUIOptions);
32+
if(wizard.options && wizard.options.formOptions && wizard.options.formOptions.resetForm || !wizard.options.formOptions){
3233
wizard._reset();
3334
}
3435
},

0 commit comments

Comments
 (0)