]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/_global/js/bookmarklet.js
Merge pull request #2659 from akovalyov/bugfix/non-latin-characters-in-reading-time...
[github/wallabag/wallabag.git] / app / Resources / static / themes / _global / js / bookmarklet.js
index 2afdfc3cb1d07b5146d327ee3f98c9f04a2bce32..a497628b2f2d3e5c6068409ddea1172d8ee1bc1f 100644 (file)
@@ -1,2 +1,5 @@
-
-top["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>"
+top['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);};</script></body></html>';