This commit is contained in:
Ross
2021-12-12 21:17:21 +00:00
parent 24254c661d
commit 4a754213cb
+1 -1
View File
@@ -11,7 +11,7 @@
<script>
$(document).ready(function () {
$("#cid-input").keypress(function(e) {
$("#cid-input, #passcode-box").keypress(function(e) {
// Enter pressed?
console.log(e)
if(e.which == 10 || e.which == 13) {