]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/Resources/static/themes/_global/js/bookmarklet.js
Assets work
[github/wallabag/wallabag.git] / app / Resources / static / themes / _global / js / bookmarklet.js
CommitLineData
8125b415 1
c146f694
TC
2top['bookmarklet-url@wallabag.org'] =
3 '<!DOCTYPE html><html><head><title>bag it!</title>' +
4 '<link rel="icon" href="tpl/img/favicon.ico" />' +
5 '</head><body><script>window.onload=function(){window.setTimeout' +
6 '(function(){history.back();},250);};</script></body></html>';