mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Forgot to remove console debugging code
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user