Merge pull request #2414 from szafranek/bugfix-bookmarklet

Remove automatic closing of the window from bookmarklet
This commit is contained in:
Jeremy Benoist 2016-10-10 07:11:01 +02:00 committed by GitHub
commit 8eeefc658c
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
<a id="bookmarklet" ondragend="this.click();" href="javascript:var url=location.href||url;var wllbg=window.open('{{ url('bookmarklet') }}?url=' + encodeURI(url),'_blank');wllbg.close();void(0);">bag it!</a>
<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>