1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 07:55:57 +00:00

more i18n work, add some report notices

This commit is contained in:
Andrew Dolgov
2007-03-05 14:45:34 +01:00
parent 4dccf1ed93
commit 5e6f933a32
5 changed files with 52 additions and 24 deletions

View File

@@ -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();