diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-03 10:14:54 -0700 |
---|---|---|
committer | Jean-Christophe Saad-Dupuy <saad.dupuy@gmail.com> | 2013-10-06 20:31:11 +0200 |
commit | bf7516112f90ea0392918605acdb9167cf21e516 (patch) | |
tree | d97628451386a2ec254f3c93b29741267140bd14 /themes/default/_bookmarklet.twig | |
parent | 79026b73a804d1fe3715c3edf5bc2cfb1e56732c (diff) | |
parent | d47d2533accb30a69fbbb964f63793b821300974 (diff) | |
download | wallabag-bf7516112f90ea0392918605acdb9167cf21e516.tar.gz wallabag-bf7516112f90ea0392918605acdb9167cf21e516.tar.zst wallabag-bf7516112f90ea0392918605acdb9167cf21e516.zip |
Embeded jquery 2.0.3 dependancie
Diffstat (limited to 'themes/default/_bookmarklet.twig')
m--------- | themes | 0 | ||||
-rw-r--r-- | themes/default/_bookmarklet.twig | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/themes b/themes deleted file mode 160000 | |||
Subproject 689dcedf8d6c7cf5e8424654fef4fd9687288dc | |||
diff --git a/themes/default/_bookmarklet.twig b/themes/default/_bookmarklet.twig new file mode 100644 index 00000000..2f3b2d16 --- /dev/null +++ b/themes/default/_bookmarklet.twig | |||
@@ -0,0 +1,3 @@ | |||
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>" | ||
3 | </script> \ No newline at end of file | ||