Export common admin page module functions.
This commit is contained in:
parent
41f25026de
commit
7409b17a03
1 changed files with 8 additions and 1 deletions
|
@ -435,5 +435,12 @@ App.Pages.Admins = (function () {
|
|||
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
|
||||
return {};
|
||||
return {
|
||||
filter,
|
||||
save,
|
||||
remove,
|
||||
getFilterHtml,
|
||||
resetForm,
|
||||
select
|
||||
};
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue