rename keybindings -> key

This commit is contained in:
Nazar Kanaev 2021-04-01 17:01:45 +01:00
parent 34b50d388a
commit 8b2a9d8f20
2 changed files with 1 additions and 1 deletions

View File

@ -440,6 +440,6 @@
<!-- internal -->
<script src="./static/javascripts/api.js"></script>
<script src="./static/javascripts/app.js"></script>
<script src="./static/javascripts/keybindings.js"></script>
<script src="./static/javascripts/key.js"></script>
</body>
</html>