]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Removing title text from bookmarklet
authorJay Sitter <jsitter@gmail.com>
Mon, 3 Nov 2014 14:13:42 +0000 (09:13 -0500)
committerJay Sitter <jsitter@gmail.com>
Mon, 3 Nov 2014 14:13:42 +0000 (09:13 -0500)
themes/baggy/config.twig

index 2fd5ce28758bb856b32a11b8c628d98218116ef8..2b967cd4abaa7dc4b602a04eb4f444e348cdad1e 100755 (executable)
@@ -27,7 +27,7 @@
             </ul>
                 <h3>{% trans "Bookmarklet" %}</h3>
                 <p>
-                {% 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>
+                {% 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>
                 </p>
 
             <h2>{% trans "Feeds" %}</h2>