diff --git a/www/common/toolbar.js b/www/common/toolbar.js index 2c208c1c9..337b43f5f 100644 --- a/www/common/toolbar.js +++ b/www/common/toolbar.js @@ -1384,6 +1384,7 @@ MessengerUI, Messages) { toolbar.isErrorState = true; toolbar.connected = false; updateUserList(toolbar, config, true); + toolbar.title.toggleClass('cp-toolbar-unsync', true); // "read only" next to the title if (toolbar.spinner) { toolbar.spinner.text(Messages.deletedFromServer); }