mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
mojang down *may* affect crafatar requests, not definitely does
This commit is contained in:
parent
8626ed212a
commit
c6f4b038b2
@ -25,7 +25,7 @@ xhr.onload = function() {
|
|||||||
var warn = document.createElement("div");
|
var warn = document.createElement("div");
|
||||||
warn.setAttribute("class", "alert alert-warning");
|
warn.setAttribute("class", "alert alert-warning");
|
||||||
warn.setAttribute("role", "alert");
|
warn.setAttribute("role", "alert");
|
||||||
warn.innerHTML = "<h5>Mojang issues</h5> Mojang's servers are having trouble <i>right now</i>, this affects <b>" + error + "</b> requests at Crafatar. <small><a href=\"https://help.mojang.com\" target=\"_blank\">check status</a>";
|
warn.innerHTML = "<h5>Mojang issues</h5> Mojang's servers are having trouble <i>right now</i>, this may affect <b>" + error + "</b> requests at Crafatar. <small><a href=\"https://help.mojang.com\" target=\"_blank\">check status</a>";
|
||||||
document.querySelector("#alerts").appendChild(warn);
|
document.querySelector("#alerts").appendChild(warn);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user