2018-03-17 18:26:18 +05:30
|
|
|
import initAdmin from './admin';
|
2018-11-20 20:47:30 +05:30
|
|
|
import initUserInternalRegexPlaceholder from './application_settings/account_and_limits';
|
2018-03-17 18:26:18 +05:30
|
|
|
|
2018-11-20 20:47:30 +05:30
|
|
|
document.addEventListener('DOMContentLoaded', () => {
|
|
|
|
initAdmin();
|
|
|
|
initUserInternalRegexPlaceholder();
|
|
|
|
});
|