summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js43
1 files changed, 0 insertions, 43 deletions
diff --git a/feedlist.js b/feedlist.js
index 8f623920e..d7b35ba98 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -240,11 +240,6 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
}
}
- var date = new Date();
- var timestamp = Math.round(date.getTime() / 1000);
- query = query + "&ts=" + timestamp
-
- disableContainerChildren("headlinesToolbar", false);
Form.enable("main_toolbar_form");
// for piggybacked counters
@@ -517,44 +512,6 @@ function hide_footer() {
}
}
-/*
-function init_hidden_feedlist(theme) {
- try {
- debug("init_hidden_feedlist");
-
- if (theme != "" && theme != "compact") return;
-
- var fl = $("feeds-holder");
- var fh = $("headlines-frame");
- var fc = $("content-frame");
- var ft = $("toolbar");
- var ff = $("footer");
- var fhdr = $("header");
-
- var fbtn = $("toggle_feeds_btn");
-
- if (fbtn) Element.show(fbtn);
-
- fl.style.top = fh.offsetTop + "px";
- fl.style.backgroundColor = "white"; //FIXME
-
- Element.hide(fl);
-
- fh.style.left = "0px";
- ft.style.left = "0px";
- if (fc) fc.style.left = "0px";
- if (ff) ff.style.left = "0px";
-
- if (theme == "compact") {
- fhdr.style.left = "10px";
- fl.style.top = (fh.offsetTop + 1) + "px";
- }
-
- } catch (e) {
- exception_error("init_hidden_feedlist", e);
- }
-} */
-
function init_collapsable_feedlist() {
try {
debug("init_collapsable_feedlist");