|
|
@ -1395,7 +1395,8 @@ MessengerUI, Messages) {
|
|
|
|
toolbar.isErrorState = bool; // Stop kickSpinner
|
|
|
|
toolbar.isErrorState = bool; // Stop kickSpinner
|
|
|
|
toolbar.title.toggleClass('cp-toolbar-unsync', bool); // "read only" next to the title
|
|
|
|
toolbar.title.toggleClass('cp-toolbar-unsync', bool); // "read only" next to the title
|
|
|
|
if (bool && toolbar.spinner) {
|
|
|
|
if (bool && toolbar.spinner) {
|
|
|
|
toolbar.spinner.text("OFFLINE"); // XXX
|
|
|
|
Messages.offline = "OFFLINE"; // XXX
|
|
|
|
|
|
|
|
toolbar.spinner.text(Messages.offline);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
kickSpinner(toolbar, config);
|
|
|
|
kickSpinner(toolbar, config);
|
|
|
|
}
|
|
|
|
}
|
|
|
|