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:
15
feedlist.js
15
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) {
|
||||
|
||||
Reference in New Issue
Block a user