diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-01-28 10:49:57 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-01-28 10:49:57 +0100 |
commit | 3e0e7e1208e8d3ee3b23df42ea119d7c50b0db5f (patch) | |
tree | 4965c0675215eb5c566a554f8f3ff35de60afe88 /themes/courgette/_bookmarklet.twig | |
parent | b8fdd2d85f76bb2dbf50bacec86e3be806bb2bcf (diff) | |
download | wallabag-3e0e7e1208e8d3ee3b23df42ea119d7c50b0db5f.tar.gz wallabag-3e0e7e1208e8d3ee3b23df42ea119d7c50b0db5f.tar.zst wallabag-3e0e7e1208e8d3ee3b23df42ea119d7c50b0db5f.zip |
[fix] inthepoche.com => wallabag.org
Diffstat (limited to 'themes/courgette/_bookmarklet.twig')
-rwxr-xr-x | themes/courgette/_bookmarklet.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/courgette/_bookmarklet.twig b/themes/courgette/_bookmarklet.twig index 2f3b2d16..2e3071ad 100755 --- a/themes/courgette/_bookmarklet.twig +++ b/themes/courgette/_bookmarklet.twig | |||
@@ -1,3 +1,3 @@ | |||
1 | <script type="text/javascript"> | 1 | <script type="text/javascript"> |
2 | top["bookmarklet-url@inthepoche.com"]=""+"<!DOCTYPE html>"+"<html>"+"<head>"+"<title>poche it !</title>"+'<link rel="icon" href="{{poche_url}}tpl/img/favicon.ico" />'+"</head>"+"<body>"+"<script>"+"window.onload=function(){"+"window.setTimeout(function(){"+"history.back();"+"},250);"+"};"+"</scr"+"ipt>"+"</body>"+"</html>" | 2 | top["bookmarklet-url@wallabag.org"]=""+"<!DOCTYPE html>"+"<html>"+"<head>"+"<title>poche it !</title>"+'<link rel="icon" href="{{poche_url}}tpl/img/favicon.ico" />'+"</head>"+"<body>"+"<script>"+"window.onload=function(){"+"window.setTimeout(function(){"+"history.back();"+"},250);"+"};"+"</scr"+"ipt>"+"</body>"+"</html>" |
3 | </script> \ No newline at end of file | 3 | </script> \ No newline at end of file |