kopia lustrzana https://github.com/magicbug/Cloudlog
Forgot to remove console debugging code
rodzic
c8b307baf7
commit
8ed1141e36
|
@ -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) {
|
||||
|
|
Ładowanie…
Reference in New Issue