stop feedback display in dlg_frefresh_callback

This commit is contained in:
Andrew Dolgov 2006-09-30 09:16:28 +01:00
parent 739cb01899
commit a58d997c5e
2 changed files with 2 additions and 2 deletions

View File

@ -1250,7 +1250,7 @@ function qafAdd() {
return
}
notify("Adding feed...");
notify("Adding feed...", true);
closeInfoBox();

View File

@ -36,7 +36,7 @@ function toggleTags() {
function dlg_frefresh_callback() {
if (xmlhttp.readyState == 4) {
notify(xmlhttp.responseText);
// notify(xmlhttp.responseText);
if (getActiveFeedId() == _qfd_deleted_feed) {
var h = document.getElementById("headlines-frame");