mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-03 01:07:54 +01:00
Better encoding of the URI for the bookmarklet
This commit is contained in:
parent
3b46d0f947
commit
8e5b91180e
@ -1 +1 @@
|
||||
<a id="bookmarklet" ondragend="this.click();" href="javascript:(function(){var url=location.href||url;var wllbg=window.open('{{ url('bookmarklet') }}?url=' + encodeURI(url),'_blank');})();">bag it!</a>
|
||||
<a id="bookmarklet" ondragend="this.click();" href="javascript:(function(){var url=location.href||url;var wllbg=window.open('{{ url('bookmarklet') }}?url=' + encodeURIComponent(url),'_blank');})();">bag it!</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user