mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
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);
|
document.addEventListener('DOMContentLoaded', init);
|
||||||
|
|
||||||
return {};
|
return {
|
||||||
|
filter,
|
||||||
|
save,
|
||||||
|
remove,
|
||||||
|
getFilterHtml,
|
||||||
|
resetForm,
|
||||||
|
select
|
||||||
|
};
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue