diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index d45ca998..72463fb8 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -1146,7 +1146,7 @@ $(document).on('keypress',function(e) { if ( ! manual ) { $(function($) { - resetTimers(); + resetTimers(0); }); } }); @@ -1183,7 +1183,7 @@ $(document).on('keypress',function(e) { if (e.key === "Escape") { // escape key maps to keycode `27` reset_fields(); if ( ! manual ) { - resetTimers() + resetTimers(0) } $('#callsign').val(""); $("#callsign").focus(); diff --git a/application/views/qso/index.php b/application/views/qso/index.php index ba10812f..5fb4acd4 100755 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -5,7 +5,7 @@