From 536adb05fb90b1c939913b9deb918fcec6ae474d Mon Sep 17 00:00:00 2001 From: Yandols ZeonX Date: Tue, 27 Jul 2021 08:12:30 +0800 Subject: [PATCH] Fix typo --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } });