From: Andrew Dolgov Date: Fri, 28 Oct 2005 06:30:11 +0000 (+0100) Subject: blank notify box on showDlg() X-Git-Tag: 1.0.7~19 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=40d601c5d38cf5dc12e5184eac12f5c7b306d6c8;p=tt-rss.git blank notify box on showDlg() --- diff --git a/tt-rss.js b/tt-rss.js index 80ca75e0..637895dc 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) + "¶m=" + param_escape(param), true); xmlhttp.onreadystatechange=dialog_refresh_callback;