aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/public/themes/_global/js/bookmarklet.js
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-01-22 20:54:17 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-01-22 20:54:17 +0100
commit96fcb60c335a8985d0ebb8acec3af7c310edb70c (patch)
treecf1e1ccb801842cf4acc51c353bb481ede37d364 /src/Wallabag/CoreBundle/Resources/public/themes/_global/js/bookmarklet.js
parent124f8091cbb1e5cccd7972fa368f8e7c434e0e5b (diff)
parent30d81a47c689e1d7d963fcd3fd42af9958805e31 (diff)
downloadwallabag-96fcb60c335a8985d0ebb8acec3af7c310edb70c.tar.gz
wallabag-96fcb60c335a8985d0ebb8acec3af7c310edb70c.tar.zst
wallabag-96fcb60c335a8985d0ebb8acec3af7c310edb70c.zip
Merge pull request #1619 from wallabag/v2-themes-folder
Move public assets for themes
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/public/themes/_global/js/bookmarklet.js')
-rw-r--r--src/Wallabag/CoreBundle/Resources/public/themes/_global/js/bookmarklet.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/_global/js/bookmarklet.js b/src/Wallabag/CoreBundle/Resources/public/themes/_global/js/bookmarklet.js
new file mode 100644
index 00000000..2afdfc3c
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/public/themes/_global/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>"