|
|
@@ -1498,23 +1498,6 @@ function showMessageMaxLength(maxLen, textElemId, counterId) {
|
|
|
$msg.keyup(onMessageKey).keydown(onMessageKey);
|
|
|
}
|
|
|
|
|
|
-// Detect Site Status
|
|
|
-$.ajax({
|
|
|
- url:'https://srhpyqt94yxb.statuspage.io/api/v2/summary.json',
|
|
|
- success: function(json) {
|
|
|
- var status = "";
|
|
|
- var message = "";
|
|
|
- status += json.components[0].status;
|
|
|
- message += json.status.description;
|
|
|
- if (status == "operational") {
|
|
|
- $('.sitestatus').addClass('green');
|
|
|
- } else {
|
|
|
- $('.sitestatus').addClass('red');
|
|
|
- $(".statuscontact").append("<div style=\"margin-bottom:2em\" class=\"ui tertiary inverted red segment center\"> <h3>⚠️ " + message + " ⚠️</h3> </div>");
|
|
|
- }
|
|
|
- }
|
|
|
-});
|
|
|
-
|
|
|
function hideBootcamp() {
|
|
|
var x = document.getElementsByClassName("bcamp");
|
|
|
var i;
|