1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 20:31:28 +00:00

massive code cleanup

This commit is contained in:
Andrew Dolgov
2008-05-20 06:47:57 +01:00
parent e86dbf9d9b
commit ee8768dbbb
4 changed files with 4 additions and 330 deletions

View File

@@ -339,15 +339,6 @@ function feedlist_init() {
document.onmouseup = mouse_up_handler;
setTimeout("timeout()", 0);
/* debug("about to remove splash, OMG!");
var o = document.getElementById("overlay");
if (o) {
o.style.display = "none";
debug("removed splash!");
} */
if (typeof correctPNG != 'undefined') {
correctPNG();
}
@@ -368,12 +359,6 @@ function feedlist_init() {
setTimeout("hide_footer()", 5000);
}
/* if (getInitParam("hide_feedlist") == 1) {
init_hidden_feedlist(getInitParam("theme"));
} else {
init_collapsable_feedlist(getInitParam("theme"));
} */
init_collapsable_feedlist(getInitParam("theme"));
} catch (e) {