1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 14:33:52 +01:00

hotfix for server time proxy

This commit is contained in:
NoobishSVK
2024-02-19 22:32:48 +01:00
parent f8eba7b91d
commit 5c4e669efd

View File

@@ -157,7 +157,7 @@ $(document).ready(function () {
function getServerTime() { function getServerTime() {
$.ajax({ $.ajax({
url: "/server_time", url: "./server_time",
dataType: "json", dataType: "json",
success: function(data) { success: function(data) {
const serverTimeUtc = data.serverTime; const serverTimeUtc = data.serverTime;