1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

fix frontend not knowing about always expanded cdm

This commit is contained in:
Andrew Dolgov
2010-11-11 12:19:28 +03:00
parent 3505baeb14
commit 5ae8f858a9
3 changed files with 8 additions and 13 deletions
+2 -2
View File
@@ -164,7 +164,7 @@ function headlines_callback2(transport, feed_cur_page) {
} else {
if (headlines) {
if (headlines_count > 0) {
console.warn("adding some more headlines...");
console.log("adding some more headlines...");
var c = $("headlinesList");
@@ -2088,7 +2088,7 @@ function cdmExpandArticle(id) {
var old_offset = $("RROW-" + id).offsetTop;
if (active_post_id && elem) {
if (active_post_id && elem && !getInitParam("cdm_expanded")) {
Element.hide(elem);
Element.show("CEXC-" + active_post_id);
}