Fixed a bug in detecting manual changes of keyboard shortcuts

This commit is contained in:
Achiya Elyasaf
2023-11-19 15:35:15 +02:00
parent a640126c2c
commit 693f3f2bce
4 changed files with 31 additions and 15 deletions

View File

@@ -1,7 +1,6 @@
<html>
<head>
<script src="/scripts/jquery.js"></script>
<script src="/scripts/utils.js" type="module"></script>
<script src="/popup/popup.js" type="module"></script>
<link rel="stylesheet" href="/popup/popup.css"/>
</head>