From 5e6f933a322fed7b6818955532bb1b41d1248383 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Mar 2007 14:45:34 +0100 Subject: more i18n work, add some report notices --- functions.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'functions.js') 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(); -- cgit v1.2.3-54-g00ecf