summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-24 06:29:19 +0100
committerAndrew Dolgov <[email protected]>2009-01-24 06:29:19 +0100
commite4d4442cdb77e53e3813de6a2d3f22f6f83db47c (patch)
treee99f3a274e9f630c4ccd4f20fdc510797deecb83 /prefs.js
parente8375afe409d39d96dbdb77e059113a6bbddc71e (diff)
prefs: code cleanup
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/prefs.js b/prefs.js
index 3827ec9cd..9ded65453 100644
--- a/prefs.js
+++ b/prefs.js
@@ -2,7 +2,6 @@ var xmlhttp = false;
var active_feed_cat = false;
var active_tab = false;
-var feed_to_expand = false;
var xmlhttp = Ajax.getTransport();
@@ -54,20 +53,6 @@ function replace_pubkey_callback() {
}
}
-function expand_feed_callback() {
- if (xmlhttp.readyState == 4) {
- try {
- var container = document.getElementById("BRDET-" + feed_to_expand);
- container.innerHTML=xmlhttp.responseText;
-// container.style.display = "block";
- Effect.Appear(container, {duration : 0.5});
- notify('');
- } catch (e) {
- exception_error("expand_feed_callback", e);
- }
- }
-}
-
function feedlist_callback() {
if (xmlhttp.readyState == 4) {
try {