aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNumEricR <eric.github@gmail.com>2013-08-25 16:57:37 +0200
committerNumEricR <eric.github@gmail.com>2013-08-25 16:57:37 +0200
commite6ba0359119e93f3659876a7b1a17294f2da2b0e (patch)
treebab0a0b1124b95985fb1f25747064446f0566b28
parent8e1ed353bbd772da9002dd977fc0725c9d526c8c (diff)
downloadwallabag-e6ba0359119e93f3659876a7b1a17294f2da2b0e.tar.gz
wallabag-e6ba0359119e93f3659876a7b1a17294f2da2b0e.tar.zst
wallabag-e6ba0359119e93f3659876a7b1a17294f2da2b0e.zip
Add bookmarklet id in config page
-rw-r--r--tpl/config.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/config.twig b/tpl/config.twig
index 4c919221..9517fc32 100644
--- a/tpl/config.twig
+++ b/tpl/config.twig
@@ -17,7 +17,7 @@
17 <li>firefox: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/poche.xpi" title="download the firefox extension">download the extension</a></li> 17 <li>firefox: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/poche.xpi" title="download the firefox extension">download the extension</a></li>
18 <li>chrome: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/poche.crx" title="download the chrome extension">download the extension</a></li> 18 <li>chrome: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/poche.crx" title="download the chrome extension">download the extension</a></li>
19 <li>android: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/Poche.apk" title="download the application">download the application</a></li> 19 <li>android: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/Poche.apk" title="download the application">download the application</a></li>
20 <li>bookmarklet: drag & drop this link to your bookmarks bar <a ondragend="this.click();" title="i am a bookmarklet, use me !" href="javascript:if(top['bookmarklet-url@inthepoche.com']){top['bookmarklet-url@inthepoche.com'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{{ poche_url }}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "poche it!" %}</a></li> 20 <li>bookmarklet: drag & drop this link to your bookmarks bar <a id="bookmarklet" ondragend="this.click();" title="i am a bookmarklet, use me !" href="javascript:if(top['bookmarklet-url@inthepoche.com']){top['bookmarklet-url@inthepoche.com'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{{ poche_url }}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "poche it!" %}</a></li>
21 </ul> 21 </ul>
22 22
23 <h2>{% trans "Updating poche" %}</h2> 23 <h2>{% trans "Updating poche" %}</h2>