File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed
Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ function _remap($method) {
1414 elseif ($ method == "map " ) {
1515 $ this ->map ($ method );
1616 }
17- elseif ($ method == "radio_display_component " ) {
18- $ this ->radio_display_component ($ method );
19- }
2017 elseif ($ method == "satellites " ) {
2118 $ this ->satellites ($ method );
2219 }
@@ -81,8 +78,6 @@ public function index($public_slug = NULL)
8178
8279 $ this ->load ->model ('cat ' );
8380
84- $ data ['radio_status ' ] = $ this ->cat ->recent_status ();
85-
8681 // Store info
8782 $ data ['todays_qsos ' ] = $ this ->logbook_model ->todays_qsos ($ logbooks_locations_array );
8883 $ data ['total_qsos ' ] = $ this ->logbook_model ->total_qsos ($ logbooks_locations_array );
@@ -133,13 +128,6 @@ public function index($public_slug = NULL)
133128 }
134129 }
135130
136- public function radio_display_component () {
137- $ this ->load ->model ('cat ' );
138-
139- $ data ['radio_status ' ] = $ this ->cat ->recent_status ();
140- $ this ->load ->view ('components/radio_display_table ' , $ data );
141- }
142-
143131 public function map () {
144132 $ this ->load ->model ('logbook_model ' );
145133
Original file line number Diff line number Diff line change @@ -115,8 +115,6 @@ function echo_table_col($row, $name) {
115115 <div class="col-sm-4">
116116 <div class="table-responsive">
117117
118- <div id="radio_display" hx-get="<?php echo site_url ('visitor/radio_display_component ' ); ?> " hx-trigger="load, every 5s"></div>
119-
120118
121119 <table class="table table-striped">
122120 <tr class="titles">
Original file line number Diff line number Diff line change 88<script type="text/javascript" src="<?php echo base_url () ;?> assets/js/darkmodehelpers.js"></script>
99<script src="<?php echo base_url (); ?> assets/js/bootstrapdialog/js/bootstrap-dialog.min.js"></script>
1010<script type="text/javascript" src="<?php echo base_url () ;?> assets/js/easyprint.js"></script>
11- <script src="<?php echo base_url (); ?> assets/js/htmx.min.js"></script>
1211
1312<script type="text/javascript">
1413 /*
You can’t perform that action at this time.
0 commit comments