mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
Oops lmao
This commit is contained in:
@@ -7,8 +7,8 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
const settingsContent = document.getElementById('settings-content');
|
||||
const saveButton = document.getElementById('save-settings');
|
||||
|
||||
//fetch(settingsJson)
|
||||
fetch('../../multichat-overlay/settings/settings.json')
|
||||
fetch(settingsJson)
|
||||
//fetch('../../multichat-overlay/settings/settings.json')
|
||||
.then(response => response.json())
|
||||
.then(data => {
|
||||
const groupedSettings = {};
|
||||
|
||||
Reference in New Issue
Block a user