stop feedback display in dlg_frefresh_callback
This commit is contained in:
parent
739cb01899
commit
a58d997c5e
2 changed files with 2 additions and 2 deletions
|
@ -1250,7 +1250,7 @@ function qafAdd() {
|
|||
return
|
||||
}
|
||||
|
||||
notify("Adding feed...");
|
||||
notify("Adding feed...", true);
|
||||
|
||||
closeInfoBox();
|
||||
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue