commit
97973d47f2
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
window.g_LoungeErrorHandler = function LoungeErrorHandler(e) {
|
window.g_LoungeErrorHandler = function LoungeErrorHandler(e) {
|
||||||
var message = document.getElementById("loading-page-message");
|
var message = document.getElementById("loading-page-message");
|
||||||
message.textContent = "An error has occured that prevented the client from loading correctly.";
|
message.textContent = "An error has occurred that prevented the client from loading correctly.";
|
||||||
|
|
||||||
var summary = document.createElement("summary");
|
var summary = document.createElement("summary");
|
||||||
summary.textContent = "More details";
|
summary.textContent = "More details";
|
||||||
|
@ -111,7 +111,7 @@ function onPushButton() {
|
|||||||
})
|
})
|
||||||
).catch((err) => {
|
).catch((err) => {
|
||||||
$("#pushNotificationsUnsupported")
|
$("#pushNotificationsUnsupported")
|
||||||
.find("span").text(`An error has occured: ${err}`).end()
|
.find("span").text(`An error has occurred: ${err}`).end()
|
||||||
.show();
|
.show();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user