From 41ae0219a5951455e21895ae0b353678e77a013f Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Mon, 23 Jan 2017 01:12:10 +0100 Subject: [PATCH] Don't send out log on space --- templates/contest/log.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/contest/log.html b/templates/contest/log.html index 5227840..c80d5b4 100644 --- a/templates/contest/log.html +++ b/templates/contest/log.html @@ -136,7 +136,7 @@ $(document).ready(function() { $("#id_call").on("keydown", function(e) { return mvFocusOnSpace(e, "#id_otherNo"); }); $("#id_otherNo").on("keydown", function(e) { return mvFocusOnSpace(e, "#id_refStr"); }); - $("#id_refStr").on("keydown", function(e) { return mvFocusOnSpace(e, "#submit-id-submit"); }); + $("#id_refStr").on("keydown", function(e) { return mvFocusOnSpace(e, "#id_call"); }); // display current time in log form function zeropad(n) {