mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 04:31:28 +00:00
feedbrowser details: display loading prompt (2)
This commit is contained in:
1
prefs.js
1
prefs.js
@@ -61,6 +61,7 @@ function expand_feed_callback() {
|
|||||||
container.innerHTML=xmlhttp.responseText;
|
container.innerHTML=xmlhttp.responseText;
|
||||||
// container.style.display = "block";
|
// container.style.display = "block";
|
||||||
Effect.Appear(container, {duration : 0.5});
|
Effect.Appear(container, {duration : 0.5});
|
||||||
|
notify('');
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("expand_feed_callback", e);
|
exception_error("expand_feed_callback", e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user