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:
committed by
Javi Martín
parent
fc9a87a8ab
commit
871b58a4a0
@@ -163,6 +163,7 @@ var initialize_modules = function() {
|
||||
App.ColumnsSelector.initialize();
|
||||
}
|
||||
App.BudgetEditAssociations.initialize();
|
||||
App.Datepicker.initialize();
|
||||
};
|
||||
|
||||
var destroy_non_idempotent_modules = function() {
|
||||
|
||||
Reference in New Issue
Block a user