mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:55:55 +00:00
normalize some html5 custom attributes
This commit is contained in:
@@ -447,7 +447,7 @@ function catchupFeedInGroup(id) {
|
||||
|
||||
if (getInitParam("confirm_feed_catchup") != 1 || confirm(str)) {
|
||||
|
||||
var rows = $$("#headlines-frame > div[id*=RROW][orig-feed-id='"+id+"']");
|
||||
var rows = $$("#headlines-frame > div[id*=RROW][data-orig-feed-id='"+id+"']");
|
||||
|
||||
if (rows.length > 0) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user