mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 21:53:13 +08:00
commit
8342704efd
1 changed files with 6 additions and 0 deletions
|
@ -958,6 +958,12 @@ $("#settingsImport .button").click((e) => {
|
|||
hideSettingsImport();
|
||||
});
|
||||
|
||||
$("#settingsImportWrapper").click((e) => {
|
||||
if ($(e.target).attr("id") === "settingsImportWrapper") {
|
||||
hideSettingsImport();
|
||||
}
|
||||
});
|
||||
|
||||
$(".pageSettings .sectionGroupTitle").click((e) => {
|
||||
let group = $(e.currentTarget).attr("group");
|
||||
$(`.pageSettings .settingsGroup.${group}`)
|
||||
|
|
Loading…
Reference in a new issue