|
@@ -117,7 +117,7 @@ App.showReloadPopup = function () {
|
|
|
secondary: null,
|
|
|
showFooter: false,
|
|
|
header: this.t('app.reloadPopup.header'),
|
|
|
- body: "<div class='alert alert-info'><div class='spinner'>" + this.t('app.reloadPopup.text') + "</div></div><div><a href='#' onclick='location.reload();'>" + this.t('app.reloadPopup.link') + "</a></div>",
|
|
|
+ body: "<div class='alert alert-info'><div class='spinner'><span>" + this.t('app.reloadPopup.text') + "</span></div></div><div><a href='#' onclick='location.reload();'>" + this.t('app.reloadPopup.link') + "</a></div>",
|
|
|
encodeBody: false
|
|
|
});
|
|
|
}
|