.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user