use css-based layout in normal mode

This commit is contained in:
Andrew Dolgov
2010-11-13 14:04:37 +03:00
parent 20f16e7197
commit 8cc5e96512
6 changed files with 156 additions and 325 deletions
-5
View File
@@ -222,11 +222,6 @@ function viewfeed(feed, subop, is_cat, offset) {
var container = $("headlinesInnerContainer");
/* if (container && page_offset == 0 && !isCdmMode()) {
new Effect.Fade(container, {duration: 1, to: 0.01,
queue: { position:'end', scope: 'FEEDL-' + feed, limit: 1 } } );
} */
var unread_ctr = -1;
if (!is_cat) unread_ctr = get_feed_unread(feed);