Update userNotifications.php

Updated “absolute” URLs to “relative” URLs for correct operation through proxys.
This commit is contained in:
Carlos V.
2025-03-21 19:01:42 +01:00
committed by GitHub
parent 6f8b2f5071
commit 9d04f943bc

View File

@@ -48,7 +48,7 @@ require 'php/templates/header.php';
<script>
function fetchData(callback) {
$.get('/php/server/query_json.php', { file: 'user_notifications.json', nocache: Date.now() })
$.get('php/server/query_json.php', { file: 'user_notifications.json', nocache: Date.now() })
.done(function(response) {
if (response == "[]" || response == "") {
callback([]);