aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJay Sitter <jsitter@gmail.com>2014-11-03 09:13:42 -0500
committerJay Sitter <jsitter@gmail.com>2014-11-03 09:13:42 -0500
commit94888d5fd424af1330e7bd01d017b7629293cb2b (patch)
tree1a5607a3178ac5bfee83055bd3ddf9ac2d53e4cf
parentac8b064f478376d75d0f23266c39aa237269b374 (diff)
downloadwallabag-94888d5fd424af1330e7bd01d017b7629293cb2b.tar.gz
wallabag-94888d5fd424af1330e7bd01d017b7629293cb2b.tar.zst
wallabag-94888d5fd424af1330e7bd01d017b7629293cb2b.zip
Removing title text from bookmarklet
-rwxr-xr-xthemes/baggy/config.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig
index 2fd5ce28..2b967cd4 100755
--- a/themes/baggy/config.twig
+++ b/themes/baggy/config.twig
@@ -27,7 +27,7 @@
27 </ul> 27 </ul>
28 <h3>{% trans "Bookmarklet" %}</h3> 28 <h3>{% trans "Bookmarklet" %}</h3>
29 <p> 29 <p>
30 {% trans "Drag &amp; 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@wallabag.org']){top['bookmarklet-url@wallabag.org'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{{ poche_url }}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "bag it!" %}</a> 30 {% trans "Drag &amp; drop this link to your bookmarks bar:" %} <a id="bookmarklet" ondragend="this.click();" href="javascript:if(top['bookmarklet-url@wallabag.org']){top['bookmarklet-url@wallabag.org'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{{ poche_url }}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "bag it!" %}</a>
31 </p> 31 </p>
32 32
33 <h2>{% trans "Feeds" %}</h2> 33 <h2>{% trans "Feeds" %}</h2>