[Upcoming DXCCs] Removed the need to reload the table

This commit is contained in:
Peter Goodhall 2024-02-18 14:09:26 +00:00
parent 2b58507283
commit 3acad5bdb2

View File

@ -1,5 +1,5 @@
<div class="container">
<h2><?php echo $page_title; ?></h2>
<div id="dxcclist_display" hx-get="<?php echo site_url('workabledxcc/dxcclist'); ?>" hx-trigger="load, every 60s"></div>
<div id="dxcclist_display" hx-get="<?php echo site_url('workabledxcc/dxcclist'); ?>" hx-trigger="load"></div>
</div>