From 21c4894582eaab98f8cebe745970e4da3c6068e1 Mon Sep 17 00:00:00 2001 From: aggelosQQ Date: Sun, 28 Aug 2016 03:15:56 +0300 Subject: [PATCH] Better way to show online players Attempt 1 --- index.html | 24 +++++++++++++++++++++++- js/main.js | 3 ++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e560755..2e5c065 100644 --- a/index.html +++ b/index.html @@ -13,12 +13,24 @@ + + @@ -46,7 +58,17 @@

TotalFreedom Rules

diff --git a/js/main.js b/js/main.js index e7c4f3a..28c8f5a 100644 --- a/js/main.js +++ b/js/main.js @@ -1,6 +1,7 @@ $(document).ready(function() { $(".button-collapse").sideNav(); - + $('.modal-trigger').leanModal(); + var interval = 15000; var autoRefresh = setTimeout(function() { refresh();