From 40d601c5d38cf5dc12e5184eac12f5c7b306d6c8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 28 Oct 2005 07:30:11 +0100 Subject: [PATCH] blank notify box on showDlg() --- tt-rss.js | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.2