Oops lmao

This commit is contained in:
nuttylmao
2025-04-02 17:12:50 +11:00
parent 01f1d27499
commit 856d717dfb
+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 = {};