mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 09:34:35 +08:00
test
This commit is contained in:
parent
2a0c1bb4bc
commit
20226fd43a
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ $(".pageSettings .section.themes .tabs .button").on("click", (e) => {
|
|||
const $target = $(e.currentTarget);
|
||||
$target.addClass("active");
|
||||
// setCustomInputs();
|
||||
//test
|
||||
if ($target.attr("tab") == "preset") {
|
||||
UpdateConfig.setCustomTheme(false);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue