mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Replaced moment.js with simple extended Date.prototype
This commit is contained in:
parent
a0dcd93fea
commit
b1678a1566
6 changed files with 218 additions and 28 deletions
|
|
@ -81,7 +81,7 @@ config.paths.js = {
|
|||
'vendors/keymaster/keymaster.js', // custom (modified)
|
||||
'vendors/qr.js/qr.min.js', // fixed (license)
|
||||
'vendors/bootstrap/js/bootstrap.min.js', // fixed
|
||||
'node_modules/moment/min/moment.min.js',
|
||||
'dev/prototype-date.js',
|
||||
'node_modules/knockout/build/output/knockout-latest.js',
|
||||
'node_modules/knockout-sortable/build/knockout-sortable.min.js ',
|
||||
'node_modules/simplestatemanager/dist/ssm.min.js',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue