diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index a66d3b7a..d7152fc2 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -807,8 +807,7 @@ if ($this->session->userdata('user_id') != null) { document.getElementById('from').value = data; document.getElementById('to').value = new Date().toISOString().split('T')[0]; }, - error: function() { - }, + error: function() {}, }); } @@ -916,8 +915,8 @@ if ($this->session->userdata('user_id') != null) { var icon = L.divIcon({ className: 'custom-icon', html: `` - }); - + }); + L.marker([marker.lat, marker.lng], { icon: icon }) @@ -931,9 +930,9 @@ if ($this->session->userdata('user_id') != null) { } }); markers = newMarkers; - } else { - console.log("No QSOs found to populate dashboard map."); - } + } else { + console.log("No QSOs found to populate dashboard map."); + } }); } @@ -1502,129 +1501,159 @@ if ($this->session->userdata('user_id') != null) { + + + + uri->segment(1) == "logbook" && $this->uri->segment(2) == "view") { ?> diff --git a/application/views/qso/index.php b/application/views/qso/index.php index 037aeac1..56b1700c 100755 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -1,649 +1,745 @@