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