框架重构
清除多余的业务
This commit is contained in:
11
WebFirst/wwwroot/vendors/bootstrap-datetimepicker/test/timezoneDataHelper.js
vendored
Normal file
11
WebFirst/wwwroot/vendors/bootstrap-datetimepicker/test/timezoneDataHelper.js
vendored
Normal 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