first commit, after modifying client section
This commit is contained in:
11
public/assets/vendors/bootstrap-datetimepicker/test/timezoneDataHelper.js
vendored
Executable file
11
public/assets/vendors/bootstrap-datetimepicker/test/timezoneDataHelper.js
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
(function () {
|
||||
'use strict';
|
||||
$.ajax('node_modules/moment-timezone/data/packed/latest.json', {
|
||||
success: function (data) {
|
||||
moment.tz.load(data);
|
||||
},
|
||||
method: 'GET',
|
||||
dataType: 'json',
|
||||
async: false
|
||||
});
|
||||
}());
|
||||
Reference in New Issue
Block a user