1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-12 16:58:37 +00:00

better wallabag in wallabag button (see #685)

This commit is contained in:
tcit 2014-05-16 15:34:13 +02:00
parent 4555c38d3b
commit 74e09e562b
2 changed files with 21 additions and 2 deletions

View file

@ -88,7 +88,7 @@ $.fn.ready(function() {
========================================================================== */
$("article a[href^='http']").after(function() {
return " <a href=\"" + $(this).attr('href') + "\" class=\"add-to-wallabag-link-after\" alt=\"add to wallabag\" title=\"add to wallabag\">w</a> ";
return " <a href=\"" + $(this).attr('href') + "\" class=\"add-to-wallabag-link-after\" alt=\"add to wallabag\" title=\"add to wallabag\"></a> ";
});
$(".add-to-wallabag-link-after").click(function(event){