Skip to content

Commit 8b014a8

Browse files
committed
Fixed problem that part creation form could not be submited, when user has reloaded the page via Browser button.
1 parent 21327ce commit 8b014a8

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

templates/nextgen/js/ajax_ui.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ var AjaxUI = /** @class */ (function () {
8787
}*/
8888
this.tree_fill();
8989
this.registerForm();
90+
this.registerSubmitBtn();
9091
this.registerLinks();
9192
this.getTypeaheadData();
9293
//Calls registered actions

0 commit comments

Comments
 (0)