mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Ajax use window.fetch() instead of $.ajax (not perfect yet).
This allows us to use jquery.slim (and cash-dom in the future)
This commit is contained in:
parent
756fe81091
commit
e01e484259
3 changed files with 154 additions and 152 deletions
|
|
@ -545,4 +545,6 @@ export const Notification = {
|
|||
|
||||
'UnknownNotification': 999,
|
||||
'UnknownError': 999
|
||||
|
||||
,getKeyByValue: function(v) { return Object.keys(this).find(key => this[key] === v); }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue