]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/js/saveLink.js
Merge pull request #712 from wallabag/dev
[github/wallabag/wallabag.git] / themes / default / js / saveLink.js
index bee453c09f9bce6f926d69800469a313fbcd5a1c..6dbce97eac5cf1ba1a62be4091750de86473e706 100755 (executable)
@@ -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){