wallabag/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/_bookmarklet.html.twig

2 lines
202 B
Twig
Raw Normal View History

<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>