.
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<script>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
||||||
$("#cid-input").keypress(function(e) {
|
$("#cid-input, #passcode-box").keypress(function(e) {
|
||||||
// Enter pressed?
|
// Enter pressed?
|
||||||
console.log(e)
|
console.log(e)
|
||||||
if(e.which == 10 || e.which == 13) {
|
if(e.which == 10 || e.which == 13) {
|
||||||
|
|||||||
Reference in New Issue
Block a user