summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-02-03 16:06:24 +0300
committerAndrew Dolgov <[email protected]>2010-02-03 16:06:24 +0300
commitd002edc715469b98d94150035d488ce5f1a79285 (patch)
treef583bb6815d9d84fc7f890b4b11d9238f4766d52 /feedlist.js
parentd1277c7be5a48d5f2443a5ea01b5f518ed2a6061 (diff)
code cleanup
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");