Skip to content

Commit

Permalink
fix: load default theme for the first time
Browse files Browse the repository at this point in the history
  • Loading branch information
acouvreur committed Oct 21, 2024
1 parent 38e6068 commit 2fb52f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 2fb52f5

Please sign in to comment.