summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/feedlist.js b/feedlist.js
index bdd0d778c..004ae4629 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -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) {