Forgot to remove console debugging code
这个提交包含在:
父节点
c8b307baf7
当前提交
8ed1141e36
共有 1 个文件被更改,包括 1 次插入 和 2 次删除
|
|
@ -291,8 +291,7 @@ $("#callsign").focusout(function() {
|
|||
// Replace / in a callsign with - to stop urls breaking
|
||||
$.getJSON('logbook/json/' + find_callsign.replace(/\//g, "-") + '/' + sat_type + '/' + json_band + '/' + json_mode, function(result)
|
||||
{
|
||||
console.log ("temp callsign" + temp_callsign);
|
||||
console.log("entered callsign" + $('#callsign').val());
|
||||
// Make sure the typed callsign and temp callsign match
|
||||
if($('#callsign').val = temp_callsign){
|
||||
|
||||
if(result.dxcc.entity != undefined) {
|
||||
|
|
|
|||
正在加载…
在新工单中引用