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