1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 10:07:11 +00:00

add loading... prompt to dispSwitch handler

This commit is contained in:
Andrew Dolgov
2006-10-03 03:57:40 +01:00
parent 7210613a7a
commit 807f452a54

View File

@@ -31,6 +31,8 @@ function toggleTags() {
p.innerHTML = "display tags";
}
notify("Loading, please wait...");
updateFeedList();
}