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:
parent
4555c38d3b
commit
74e09e562b
2 changed files with 21 additions and 2 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue