Navbar notifications: don't show "nothing new here" unless we've checked and there's nothing. Until we know for sure, display "Loading...".
This commit is contained in:
@@ -743,7 +743,7 @@ function updateConvItems(mode,data) {
|
||||
|
||||
|
||||
if(data.notify.length==0){
|
||||
$("#nav-" + notifyType + "-menu").html(notifications_empty);
|
||||
$("#nav-" + notifyType + "-menu").html(aStr[nothingnew]);
|
||||
|
||||
} else {
|
||||
$("#nav-" + notifyType + "-menu").html(notifications_all + notifications_mark);
|
||||
|
Reference in New Issue
Block a user