add loading... prompt to dispSwitch handler
This commit is contained in:
parent
7210613a7a
commit
807f452a54
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ function toggleTags() {
|
|||
p.innerHTML = "display tags";
|
||||
}
|
||||
|
||||
notify("Loading, please wait...");
|
||||
|
||||
updateFeedList();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue