mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
Converted *Ajax into *Fetch (because we use the Fetch API, not jQuery.ajax)
This commit is contained in:
parent
bb4d66d6d2
commit
29cf711a6a
52 changed files with 399 additions and 540 deletions
1
dev/bootstrap.js
vendored
1
dev/bootstrap.js
vendored
|
|
@ -28,7 +28,6 @@ export default (App) => {
|
|||
}
|
||||
}
|
||||
});
|
||||
addEventListener('unload', () => GlobalsData.bUnload = true);
|
||||
|
||||
addEventListener('click', ()=>rl.Dropdowns.detectVisibility());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue