summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-25 12:43:26 +0100
committerAndrew Dolgov <[email protected]>2007-08-25 12:43:26 +0100
commit9bc082151a809923953cfdc6ccf0d803a06b01cc (patch)
tree0736877913ac4e524107d98aca452395281e7870 /feedlist.js
parentf3c6bf6e3d0b15be6811b591ff6cca1962ac67a5 (diff)
fix category collapsing
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/feedlist.js b/feedlist.js
index 91c324484..a8c1cd5c8 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -1,5 +1,3 @@
-//var xmlhttp = Ajax.getTransport();
-
var _feed_cur_page = 0;
var _infscroll_disable = 0;
@@ -9,12 +7,6 @@ function viewCategory(cat) {
return false;
}
-function feedlist_callback() {
- if (xmlhttp.readyState == 4) {
- feedlist_callback2(xmlhttp);
- }
-}
-
function feedlist_callback2(transport) {
try {
debug("feedlist_callback2");
@@ -176,10 +168,6 @@ function toggleCollapseCat_af(effect) {
function toggleCollapseCat(cat) {
try {
- if (!xmlhttp_ready(xmlhttp)) {
- printLockingError();
- return;
- }
var cat_elem = document.getElementById("FCAT-" + cat);
var cat_list = document.getElementById("FCATLIST-" + cat).parentNode;