mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
New spinner icon
This commit is contained in:
parent
1613a4528b
commit
46187d0749
11 changed files with 95 additions and 56 deletions
|
|
@ -25,22 +25,22 @@ module.exports = {
|
|||
},
|
||||
externals: {
|
||||
'window': 'window',
|
||||
'JSON': 'JSON',
|
||||
'JSON': 'window.JSON',
|
||||
'JSEncrypt': 'window.JSEncrypt',
|
||||
'$LAB': 'window.$LAB',
|
||||
'SimplePace': 'window.SimplePace',
|
||||
'PhotoSwipe': 'window.PhotoSwipe',
|
||||
'PhotoSwipeUI_Default': 'window.PhotoSwipeUI_Default',
|
||||
'queue': 'window.queue',
|
||||
'moment': 'moment',
|
||||
'ifvisible': 'ifvisible',
|
||||
'crossroads': 'crossroads',
|
||||
'hasher': 'hasher',
|
||||
'Jua': 'Jua',
|
||||
'Autolinker': 'Autolinker',
|
||||
'ssm': 'ssm',
|
||||
'key': 'key',
|
||||
'_': '_',
|
||||
'$': 'jQuery'
|
||||
'moment': 'window.moment',
|
||||
'ifvisible': 'window.ifvisible',
|
||||
'crossroads': 'window.crossroads',
|
||||
'hasher': 'window.hasher',
|
||||
'Jua': 'window.Jua',
|
||||
'Autolinker': 'window.Autolinker',
|
||||
'ssm': 'window.ssm',
|
||||
'key': 'window.key',
|
||||
'_': 'window._',
|
||||
'$': 'window.jQuery'
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue