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
1 changed files with 2 additions and 0 deletions

View File

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