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:
djmaze 2020-07-21 22:22:58 +02:00
parent 756fe81091
commit e01e484259
3 changed files with 154 additions and 152 deletions

View file

@ -545,4 +545,6 @@ export const Notification = {
'UnknownNotification': 999,
'UnknownError': 999
,getKeyByValue: function(v) { return Object.keys(this).find(key => this[key] === v); }
};