remove RTITLE
This commit is contained in:
parent
196464eef2
commit
ecac674ade
|
@ -465,8 +465,8 @@ class Feeds extends Handler_Protected {
|
||||||
$reply['content'] .= "</div>";
|
$reply['content'] .= "</div>";
|
||||||
|
|
||||||
$reply['content'] .= "<div onclick='return hlClicked(event, $id)'
|
$reply['content'] .= "<div onclick='return hlClicked(event, $id)'
|
||||||
class=\"hlTitle\"><span class='hlContent$hlc_suffix'>";
|
class=\"hlTitle\"><span class='hlTitle hlContent$hlc_suffix'>";
|
||||||
$reply['content'] .= "<a id=\"RTITLE-$id\" class=\"title\"
|
$reply['content'] .= "<a class=\"title\"
|
||||||
href=\"" . htmlspecialchars($line["link"]) . "\"
|
href=\"" . htmlspecialchars($line["link"]) . "\"
|
||||||
onclick=\"\">" .
|
onclick=\"\">" .
|
||||||
truncate_string($line["title"], 200);
|
truncate_string($line["title"], 200);
|
||||||
|
@ -570,7 +570,7 @@ class Feeds extends Handler_Protected {
|
||||||
|
|
||||||
$reply['content'] .= "</div>";
|
$reply['content'] .= "</div>";
|
||||||
|
|
||||||
$reply['content'] .= "<span id=\"RTITLE-$id\"
|
$reply['content'] .= "<span
|
||||||
onclick=\"return cdmClicked(event, $id);\"
|
onclick=\"return cdmClicked(event, $id);\"
|
||||||
class=\"titleWrap$hlc_suffix\">
|
class=\"titleWrap$hlc_suffix\">
|
||||||
<a class=\"title\"
|
<a class=\"title\"
|
||||||
|
|
|
@ -1836,7 +1836,7 @@ function initHeadlinesMenu() {
|
||||||
if (!isCdmMode()) {
|
if (!isCdmMode()) {
|
||||||
nodes = $$("#headlines-frame > div[id*=RROW]");
|
nodes = $$("#headlines-frame > div[id*=RROW]");
|
||||||
} else {
|
} else {
|
||||||
nodes = $$("#headlines-frame span[id*=RTITLE]");
|
nodes = $$("#headlines-frame span[className='hlTitle']");
|
||||||
}
|
}
|
||||||
|
|
||||||
nodes.each(function(node) {
|
nodes.each(function(node) {
|
||||||
|
|
Loading…
Reference in New Issue