Single file QSO logging: Disable auto update from radio if post.

这个提交包含在:
Tony Corbett, G0WFV 2018-12-15 21:31:19 +00:00 提交者 g0wfv
父节点 a52d9493a5
当前提交 204d09f597

查看文件

@ -312,8 +312,9 @@
// Set the focus input to the callsign field
$("#callsign").focus();
/* Javascript for controlling rig frequency. */
/* Javascript for controlling rig frequency. */
<?php if ( $_GET['manual'] == 0 ) { ?>
var updateFromCAT = function() {
if($('select.radios option:selected').val() != '0') {
// Get frequency
@ -362,6 +363,8 @@
}
});
<?php } ?>
/* On Page Load */
var catcher = function() {
var changed = false;