mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 08:05:57 +00:00
stop feedback display in dlg_frefresh_callback
This commit is contained in:
@@ -1250,7 +1250,7 @@ function qafAdd() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
notify("Adding feed...");
|
notify("Adding feed...", true);
|
||||||
|
|
||||||
closeInfoBox();
|
closeInfoBox();
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ function toggleTags() {
|
|||||||
|
|
||||||
function dlg_frefresh_callback() {
|
function dlg_frefresh_callback() {
|
||||||
if (xmlhttp.readyState == 4) {
|
if (xmlhttp.readyState == 4) {
|
||||||
notify(xmlhttp.responseText);
|
// notify(xmlhttp.responseText);
|
||||||
|
|
||||||
if (getActiveFeedId() == _qfd_deleted_feed) {
|
if (getActiveFeedId() == _qfd_deleted_feed) {
|
||||||
var h = document.getElementById("headlines-frame");
|
var h = document.getElementById("headlines-frame");
|
||||||
|
|||||||
Reference in New Issue
Block a user