Replaced the Status Link

In order to make it work locally (for those that don't have PHP
installed)
This commit is contained in:
aggelosQQ 2017-07-12 17:22:08 +03:00
parent 5d24cae35d
commit bbef0f456e

View file

@ -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();