From 2fb52f5f467960e3d31dafdf28cd65f4864a2916 Mon Sep 17 00:00:00 2001 From: Alexis Couvreur Date: Sun, 20 Oct 2024 20:04:04 -0400 Subject: [PATCH] fix: load default theme for the first time --- webui/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/index.html b/webui/index.html index 42c2ced..d61fe19 100644 --- a/webui/index.html +++ b/webui/index.html @@ -103,7 +103,7 @@ if (typeof value == "string") { input_editor.session.setValue(value); } else { - loadFromGithub({value: "shuffle"}) + loadFromGithub("shuffle") } var data_editor = ace.edit("data-editor");