diff --git a/index.php b/index.php index d836e41..8237fcb 100644 --- a/index.php +++ b/index.php @@ -39,7 +39,7 @@ $(document).ready(function() { data: { 'server': 'ssu_general' }, timeout: 1000, success: function(data) { - $("#suuclock").html(data); + $("#ssuclock").html(data); window.setTimeout(update, 1000); } });