Single file QSO logging: Disable auto update from radio if post.
这个提交包含在:
父节点
a52d9493a5
当前提交
204d09f597
共有 1 个文件被更改,包括 4 次插入 和 1 次删除
|
|
@ -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;
|
||||
|
|
|
|||
正在加载…
在新工单中引用