mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 14:45:56 +00:00
move some more shared stuff to CommonDialogs, Filters, and Utils
This commit is contained in:
@@ -94,7 +94,7 @@ class Af_Readability extends Plugin {
|
||||
print "<li>" .
|
||||
"<img src='images/pub_set.png'
|
||||
style='vertical-align : middle'> <a href='#'
|
||||
onclick='editFeed($f)'>".
|
||||
onclick='CommonDialogs.editFeed($f)'>".
|
||||
Feeds::getFeedTitle($f) . "</a></li>";
|
||||
}
|
||||
print "</ul>";
|
||||
|
||||
Reference in New Issue
Block a user