This commit is contained in:
nuttylmao
2025-04-01 18:27:59 +11:00
parent f34c01ed90
commit 1e9b19192a
+2 -2
View File
@@ -7,8 +7,8 @@ document.addEventListener('DOMContentLoaded', () => {
const settingsContent = document.getElementById('settings-content'); const settingsContent = document.getElementById('settings-content');
const saveButton = document.getElementById('save-settings'); const saveButton = document.getElementById('save-settings');
fetch(settingsJson) //fetch(settingsJson)
//fetch('../multichat-overlay/settings/settings.json') fetch('../../multichat-overlay/settings/settings.json')
.then(response => response.json()) .then(response => response.json())
.then(data => { .then(data => {
const groupedSettings = {}; const groupedSettings = {};