1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02: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();
}