mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
added moment for parsing dates in profile timeline
fixed bug of duplicate penalties fixed showing timeline date for non events refresh player count on server overview fix refresh privileged users on map load fix 1h showing on tempban if manually specified
This commit is contained in:
5
WebfrontCore/wwwroot/lib/moment/templates/default.js
Normal file
5
WebfrontCore/wwwroot/lib/moment/templates/default.js
Normal file
@ -0,0 +1,5 @@
|
||||
;(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
||||
typeof define === 'function' && define.amd ? define(factory) :
|
||||
global.moment = factory()
|
||||
}(this, (function () { 'use strict';
|
@ -0,0 +1,6 @@
|
||||
;(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined'
|
||||
&& typeof require === 'function' ? factory(require('../moment')) :
|
||||
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
||||
factory(global.moment)
|
||||
}(this, (function (moment) { 'use strict';
|
6
WebfrontCore/wwwroot/lib/moment/templates/test-header.js
Normal file
6
WebfrontCore/wwwroot/lib/moment/templates/test-header.js
Normal file
@ -0,0 +1,6 @@
|
||||
;(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined'
|
||||
&& typeof require === 'function' ? factory(require('../../moment')) :
|
||||
typeof define === 'function' && define.amd ? define(['../../moment'], factory) :
|
||||
factory(global.moment)
|
||||
}(this, (function (moment) { 'use strict';
|
Reference in New Issue
Block a user