1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

Revert "remove RTITLE"

This reverts commit ecac674ade.
This commit is contained in:
Andrew Dolgov
2013-04-07 01:09:46 +04:00
parent ecac674ade
commit 814fa4ef11
2 changed files with 4 additions and 4 deletions

View File

@@ -1836,7 +1836,7 @@ function initHeadlinesMenu() {
if (!isCdmMode()) {
nodes = $$("#headlines-frame > div[id*=RROW]");
} else {
nodes = $$("#headlines-frame span[className='hlTitle']");
nodes = $$("#headlines-frame span[id*=RTITLE]");
}
nodes.each(function(node) {