|
|
@ -48,7 +48,6 @@ function expand_feed_callback() {
|
|
|
|
var container = document.getElementById("BRDET-" + feed_to_expand);
|
|
|
|
var container = document.getElementById("BRDET-" + feed_to_expand);
|
|
|
|
container.innerHTML=xmlhttp.responseText;
|
|
|
|
container.innerHTML=xmlhttp.responseText;
|
|
|
|
// container.style.display = "block";
|
|
|
|
// container.style.display = "block";
|
|
|
|
// p_notify("");
|
|
|
|
|
|
|
|
Effect.Appear(container, {duration : 0.5});
|
|
|
|
Effect.Appear(container, {duration : 0.5});
|
|
|
|
} catch (e) {
|
|
|
|
} catch (e) {
|
|
|
|
exception_error("expand_feed_callback", e);
|
|
|
|
exception_error("expand_feed_callback", e);
|
|
|
@ -248,10 +247,6 @@ function updateFeedList(sort_key) {
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// document.getElementById("prefContent").innerHTML = "Loading feeds, please wait...";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// p_notify("Loading, please wait...");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var feed_search = document.getElementById("feed_search");
|
|
|
|
var feed_search = document.getElementById("feed_search");
|
|
|
|
var search = "";
|
|
|
|
var search = "";
|
|
|
|
if (feed_search) { search = feed_search.value; }
|
|
|
|
if (feed_search) { search = feed_search.value; }
|
|
|
@ -279,10 +274,6 @@ function updateUsersList(sort_key) {
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// document.getElementById("prefContent").innerHTML = "Loading feeds, please wait...";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// p_notify("Loading, please wait...");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xmlhttp.open("GET", "backend.php?op=pref-users&sort="
|
|
|
|
xmlhttp.open("GET", "backend.php?op=pref-users&sort="
|
|
|
|
+ param_escape(sort_key), true);
|
|
|
|
+ param_escape(sort_key), true);
|
|
|
|
xmlhttp.onreadystatechange=userlist_callback;
|
|
|
|
xmlhttp.onreadystatechange=userlist_callback;
|
|
|
@ -1153,10 +1144,6 @@ function updateFilterList(sort_key) {
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// document.getElementById("prefContent").innerHTML = "Loading filters, please wait...";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// p_notify("Loading, please wait...");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xmlhttp.open("GET", "backend.php?op=pref-filters&sort=" +
|
|
|
|
xmlhttp.open("GET", "backend.php?op=pref-filters&sort=" +
|
|
|
|
param_escape(sort_key), true);
|
|
|
|
param_escape(sort_key), true);
|
|
|
|
xmlhttp.onreadystatechange=filterlist_callback;
|
|
|
|
xmlhttp.onreadystatechange=filterlist_callback;
|
|
|
@ -1171,10 +1158,6 @@ function updateLabelList(sort_key) {
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// p_notify("Loading, please wait...");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// document.getElementById("prefContent").innerHTML = "Loading labels, please wait...";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xmlhttp.open("GET", "backend.php?op=pref-labels&sort=" +
|
|
|
|
xmlhttp.open("GET", "backend.php?op=pref-labels&sort=" +
|
|
|
|
param_escape(sort_key), true);
|
|
|
|
param_escape(sort_key), true);
|
|
|
|
xmlhttp.onreadystatechange=labellist_callback;
|
|
|
|
xmlhttp.onreadystatechange=labellist_callback;
|
|
|
@ -1188,8 +1171,6 @@ function updatePrefsList() {
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// p_notify("Loading, please wait...");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xmlhttp.open("GET", "backend.php?op=pref-prefs", true);
|
|
|
|
xmlhttp.open("GET", "backend.php?op=pref-prefs", true);
|
|
|
|
xmlhttp.onreadystatechange=prefslist_callback;
|
|
|
|
xmlhttp.onreadystatechange=prefslist_callback;
|
|
|
|
xmlhttp.send(null);
|
|
|
|
xmlhttp.send(null);
|
|
|
@ -1467,8 +1448,6 @@ function updateBigFeedBrowser(limit) {
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// p_notify("Loading, please wait...");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var query = "backend.php?op=pref-feed-browser";
|
|
|
|
var query = "backend.php?op=pref-feed-browser";
|
|
|
|
|
|
|
|
|
|
|
|
var limit_sel = document.getElementById("feedBrowserLimit");
|
|
|
|
var limit_sel = document.getElementById("feedBrowserLimit");
|
|
|
|