]> git.wh0rd.org - tt-rss.git/commitdiff
blank notify box on showDlg()
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 28 Oct 2005 06:30:11 +0000 (07:30 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 28 Oct 2005 06:30:11 +0000 (07:30 +0100)
tt-rss.js

index 80ca75e0266188ce0efaad8bbaf5b6a5de5d45d7..637895dc95e0802fdebb9401cb43e96b445a2d00 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -481,6 +481,8 @@ function qafAdd() {
 
 function displayDlg(id, param) {
 
+       notify("");
+
        xmlhttp.open("GET", "backend.php?op=dlg&id=" +
                param_escape(id) + "&param=" + param_escape(param), true);
        xmlhttp.onreadystatechange=dialog_refresh_callback;