Merge pull request #1024 from cvc90/cvc90-update-front-userNotifications-urls

Changing absolute path URL to relative path URL in userNotifications.php
This commit is contained in:
Jokob @NetAlertX
2025-03-22 08:48:20 +11:00
committed by GitHub

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([]);