diff options
author | Lonnytunes <lonnytunes@gmx.fr> | 2014-02-02 19:10:35 +0100 |
---|---|---|
committer | Lonnytunes <lonnytunes@gmx.fr> | 2014-02-02 19:10:35 +0100 |
commit | ebae8c83154efc98518feee099d44f3feb69dd2d (patch) | |
tree | 24c0f5b27fab19ff7d7e2ae88fcd367a9323e9c9 /themes/courgette/_bookmarklet.twig | |
parent | f4fbfaa7cbaaf07aae7d8f0533d293fa4dc605cc (diff) | |
download | wallabag-ebae8c83154efc98518feee099d44f3feb69dd2d.tar.gz wallabag-ebae8c83154efc98518feee099d44f3feb69dd2d.tar.zst wallabag-ebae8c83154efc98518feee099d44f3feb69dd2d.zip |
[del] courgette theme: Useless templates because they are identical to those of default theme and so inherited from it.
Diffstat (limited to 'themes/courgette/_bookmarklet.twig')
-rwxr-xr-x | themes/courgette/_bookmarklet.twig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/courgette/_bookmarklet.twig b/themes/courgette/_bookmarklet.twig deleted file mode 100755 index 2e3071ad..00000000 --- a/themes/courgette/_bookmarklet.twig +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | <script type="text/javascript"> | ||
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 | ||