summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-18 13:32:28 +0100
committerAndrew Dolgov <[email protected]>2006-05-18 13:32:28 +0100
commit4d4200a87b0b5005373411b2a6757324ad9af077 (patch)
tree37364f1b43ac8e9a1438c1a7991f2fe4fd8594ac /prefs.js
parenteff4997c1faa0c9bcdd72ff50a9ba2353b75f743 (diff)
make updating feeds notify persistent, remove p_notify calls
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/prefs.js b/prefs.js
index 11bcad6fa..aa0d0a2e1 100644
--- a/prefs.js
+++ b/prefs.js
@@ -36,7 +36,7 @@ function expand_feed_callback() {
var container = document.getElementById("BRDET-" + feed_to_expand);
container.innerHTML=xmlhttp.responseText;
container.style.display = "block";
- p_notify("");
+// p_notify("");
} catch (e) {
exception_error("expand_feed_callback", e);
}
@@ -62,7 +62,7 @@ function feedlist_callback() {
checkbox.checked = true;
}
}
- p_notify("");
+// p_notify("");
} catch (e) {
exception_error("feedlist_callback", e);
}
@@ -88,7 +88,7 @@ function filterlist_callback() {
checkbox.checked = true;
}
}
- p_notify("");
+// p_notify("");
}
}
@@ -110,7 +110,7 @@ function labellist_callback() {
checkbox.checked = true;
}
}
- p_notify("");
+// p_notify("");
}
}
@@ -118,7 +118,7 @@ function feed_browser_callback() {
var container = document.getElementById('prefContent');
if (xmlhttp.readyState == 4) {
container.innerHTML=xmlhttp.responseText;
- p_notify("");
+// p_notify("");
}
}
@@ -141,7 +141,7 @@ function userlist_callback() {
}
}
- p_notify("");
+// p_notify("");
}
}
@@ -151,7 +151,7 @@ function prefslist_callback() {
container.innerHTML=xmlhttp.responseText;
- p_notify("");
+// p_notify("");
}
}