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");