From c6f4b038b23faf7080da7120776aa3344adfa282 Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 17 Oct 2015 18:04:43 +0200 Subject: [PATCH] mojang down *may* affect crafatar requests, not definitely does --- lib/public/javascript/crafatar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/javascript/crafatar.js b/lib/public/javascript/crafatar.js index bea9429..1af4044 100644 --- a/lib/public/javascript/crafatar.js +++ b/lib/public/javascript/crafatar.js @@ -25,7 +25,7 @@ xhr.onload = function() { var warn = document.createElement("div"); warn.setAttribute("class", "alert alert-warning"); warn.setAttribute("role", "alert"); - warn.innerHTML = "
Mojang issues
Mojang's servers are having trouble right now, this affects " + error + " requests at Crafatar. check status"; + warn.innerHTML = "
Mojang issues
Mojang's servers are having trouble right now, this may affect " + error + " requests at Crafatar. check status"; document.querySelector("#alerts").appendChild(warn); } };