1
0
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:
Andrew Dolgov
2016-03-22 23:43:32 +03:00
parent 2d052e42b5
commit b6b5554db4
4 changed files with 29 additions and 27 deletions

View File

@@ -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) {