mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2025-01-03 13:58:29 +00:00
Replaced the Status Link
In order to make it work locally (for those that don't have PHP installed)
This commit is contained in:
parent
5d24cae35d
commit
bbef0f456e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ $(document).ready(function() {
|
||||||
interval);
|
interval);
|
||||||
|
|
||||||
var refresh = function() {
|
var refresh = function() {
|
||||||
$.getJSON("status.php", function(json) {
|
$.getJSON("https://totalfreedom.me/status.php", function(json) {
|
||||||
if (json.status !== true) {
|
if (json.status !== true) {
|
||||||
$("#online").html('<span style="color: firebrick; font-weight: bolder;"> Server is Offline</span><br/><small style="font-size: .5em;">Check out our <a href="status">Associated Servers</a>!</small>');
|
$("#online").html('<span style="color: firebrick; font-weight: bolder;"> Server is Offline</span><br/><small style="font-size: .5em;">Check out our <a href="status">Associated Servers</a>!</small>');
|
||||||
$(".button").hide();
|
$(".button").hide();
|
||||||
|
|
Loading…
Reference in a new issue