relocate all jsons to data

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-01-24 11:55:36 +01:00
parent a468c5d8f8
commit a7c32caae3
27 changed files with 10562 additions and 44 deletions
+1 -1
View File
@@ -574,7 +574,7 @@ function toggleCompact(val, old) {
function previewTheme() {
let name = gradioApp().getElementById('setting_gradio_theme').querySelectorAll('input')?.[0].value || '';
fetch(`${window.subpath}/file=html/themes.json`)
fetch(`${window.subpath}/file=data/themes.json`)
.then((res) => {
res.json()
.then((themes) => {