remove obsolete code from default-layout.julius
This commit is contained in:
parent
7d7c0d15c9
commit
1dc322aeac
@ -47,7 +47,5 @@ if (I18n) {
|
||||
}
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
window.utils.setup('flatpickr', document.body, { setupFunction: setupDatepicker });
|
||||
window.utils.setup('showHide', document.body);
|
||||
window.utils.setup('inputs', document.body);
|
||||
setupDatepicker(document.body);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user