master
YandolsZX 3 years ago
parent b0b06e9ec7
commit 536adb05fb
  1. 2
      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);
}
});

Loading…
Cancel
Save