We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 783a39e + 9f97c2d commit d7ef14dCopy full SHA for d7ef14d
application/views/dashboard/index.php
@@ -191,7 +191,7 @@ function echo_table_col($row, $name) {
191
<div class="table-responsive">
192
193
194
- <div id="radio_display" hx-get="<?php echo site_url('visitor/radio_display_component'); ?>" hx-trigger="load, every 5s"></div>
+ <div id="radio_display" hx-get="<?php echo site_url('dashboard/radio_display_component'); ?>" hx-trigger="load, every 5s"></div>
195
196
<table class="table table-striped border-top">
197
<tr class="titles">
0 commit comments