Enable no-extra-semi lint

This commit is contained in:
valadaptive
2023-12-02 10:15:03 -05:00
parent 27e63a7a77
commit 0a27275772
12 changed files with 21 additions and 22 deletions

View File

@@ -2416,7 +2416,7 @@ async function sdMessageButton(e) {
context.saveChat();
}
};
}
$("#sd_dropdown [id]").on("click", function () {
const id = $(this).attr("id");