Move datepicker initialization code to datepicker.js file

Now we have a file named 'datepicker.js' it should be easier to
have all code related to datepicker plugin within the same file.
This commit is contained in:
Senén Rodero Rodríguez
2020-08-28 11:59:24 +02:00
committed by Javi Martín
parent fc9a87a8ab
commit 871b58a4a0
3 changed files with 23 additions and 23 deletions

View File

@@ -163,6 +163,7 @@ var initialize_modules = function() {
App.ColumnsSelector.initialize();
}
App.BudgetEditAssociations.initialize();
App.Datepicker.initialize();
};
var destroy_non_idempotent_modules = function() {