aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/public/js/bookmarklet.js
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-07 20:39:03 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-07 20:39:03 +0100
commit8af35ad932177e0363412a868afc128b406e3322 (patch)
tree8d517780d2a82d68ebd06aea2da2fc4c7c67b5bb /src/Wallabag/CoreBundle/Resources/public/js/bookmarklet.js
parentd01db0c71dcf183f1676b6b06206456138cb7660 (diff)
parent9c0c88200635a979b9abdcba922e1d3904790636 (diff)
downloadwallabag-8af35ad932177e0363412a868afc128b406e3322.tar.gz
wallabag-8af35ad932177e0363412a868afc128b406e3322.tar.zst
wallabag-8af35ad932177e0363412a868afc128b406e3322.zip
Merge pull request #1066 from wallabag/v2-api-tests-entry
V2 api tests entry
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/public/js/bookmarklet.js')
-rw-r--r--src/Wallabag/CoreBundle/Resources/public/js/bookmarklet.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/public/js/bookmarklet.js b/src/Wallabag/CoreBundle/Resources/public/js/bookmarklet.js
new file mode 100644
index 00000000..2afdfc3c
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/public/js/bookmarklet.js
@@ -0,0 +1,2 @@
1
2top["bookmarklet-url@wallabag.org"]=""+"<!DOCTYPE html>"+"<html>"+"<head>"+"<title>bag it!</title>"+'<link rel="icon" href="tpl/img/favicon.ico" />'+"</head>"+"<body>"+"<script>"+"window.onload=function(){"+"window.setTimeout(function(){"+"history.back();"+"},250);"+"};"+"</scr"+"ipt>"+"</body>"+"</html>"