summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-05 14:45:34 +0100
committerAndrew Dolgov <[email protected]>2007-03-05 14:45:34 +0100
commit5e6f933a322fed7b6818955532bb1b41d1248383 (patch)
tree87939f224449c484738991d49480ebaf758e69bf /functions.js
parent4dccf1ed93948f6e75750c31ba6bb0abf053e52b (diff)
more i18n work, add some report notices
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js8
1 files changed, 5 insertions, 3 deletions
diff --git a/functions.js b/functions.js
index 72011568e..7442daa67 100644
--- a/functions.js
+++ b/functions.js
@@ -1343,7 +1343,9 @@ function infobox_submit_callback() {
}
} catch (e) { }
-// notify_info(xmlhttp.responseText);
+ if (xmlhttp.responseText) {
+ notify_info(xmlhttp.responseText);
+ }
}
}
@@ -1364,7 +1366,7 @@ function infobox_callback() {
}
}
-function qaddFilter() {
+function addFilter() {
if (!xmlhttp_ready(xmlhttp)) {
printLockingError();
@@ -1400,7 +1402,7 @@ function isValidURL(s) {
return s.match("http://") != null || s.match("https://") != null || s.match("feed://") != null;
}
-function qafAdd() {
+function qaddFeed() {
if (!xmlhttp_ready(xmlhttp)) {
printLockingError();