summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-28 07:30:11 +0100
committerAndrew Dolgov <[email protected]>2005-10-28 07:30:11 +0100
commit40d601c5d38cf5dc12e5184eac12f5c7b306d6c8 (patch)
treedf0912f22223599728f1abed54b20eda52a10020
parent6de5d05666e628f2ef8f3844fd7e2f96f3e1a7df (diff)
blank notify box on showDlg()
-rw-r--r--tt-rss.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 80ca75e02..637895dc9 100644
--- 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;