remove jquery dependency

This commit is contained in:
Zhora Shalyapin 2025-03-21 09:47:13 +00:00
parent a17b9290be
commit b44a986e4d

View File

@ -891,11 +891,11 @@
if (!document.querySelector("dialog").open) return
switch (e.key) {
case "ArrowLeft":
$(leftButtonQuery).click()
document.querySelector(leftButtonQuery).click()
break
case "ArrowRight":
$(rightButtonQuery).click()
document.querySelector(rightButtonQuery).click()
break
default: return