issues
search
damko
/
freedommarks-browser-webextension
A cross-browser webextension for Nextcloud Bookmarks
https://addons.mozilla.org/en-US/firefox/addon/freedommarks/
GNU General Public License v2.0
106
stars
15
forks
source link
refactor: use fetch instead of jQuery and remove cookies
#17
Open
binarious
opened
6 years ago
binarious
commented
6 years ago
Replaced
$.ajax
and
$.get
calls with
fetch
.
Moved api calls to a separate function.
This resolves issues with Chrome.
Closes #13
$.ajax
and$.get
calls withfetch
.Closes #13