Skip to content
Snippets Groups Projects
Verified Commit 621419ad authored by Timm Fitschen's avatar Timm Fitschen
Browse files

FIX form_panel module's members

parent 744e5bd1
Branches
Tags
2 merge requests!50Release v0.4.1,!46ENH: add a form_panel module that allows to create a panel for web forms
Pipeline #15287 passed
...@@ -82,12 +82,9 @@ var form_panel = new function () { ...@@ -82,12 +82,9 @@ var form_panel = new function () {
} }
} }
}; };
const init = function () {
}
return {
init: init,
};
this.init = function () {
}
} }
$(document).ready(function () { $(document).ready(function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment