mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 08:15:14 +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);
|
||||
|
||||
var refresh = function() {
|
||||
$.getJSON("status.php", function(json) {
|
||||
$.getJSON("https://totalfreedom.me/status.php", function(json) {
|
||||
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>');
|
||||
$(".button").hide();
|
||||
|
|
Loading…
Reference in a new issue