mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
reduce cache issue support cases by extending qso.js with the filemtime version
This commit is contained in:
@@ -1157,11 +1157,11 @@ $($('#callsign')).on('keypress',function(e) {
|
||||
|
||||
<?php if ($this->uri->segment(1) == "qso") { ?>
|
||||
|
||||
<script src="<?php echo base_url() ;?>assets/js/sections/qso.js"></script>
|
||||
<script src="<?php echo base_url() ;?>assets/js/sections/satellite_functions.js"></script>
|
||||
<script src="<?php echo base_url() ;?>assets/js/bootstrap-multiselect.js"></script>
|
||||
<script src="<?php echo base_url() ;?>assets/js/sections/qso.js?<?php echo filemtime(realpath(__DIR__ . "/../../../assets/js/sections/qso.js"));?>"></script>
|
||||
<script src="<?php echo base_url() ;?>assets/js/sections/satellite_functions.js?<?php echo filemtime(realpath(__DIR__ . "/../../../assets/js/sections/satellite_functions.js"));?>"></script>
|
||||
<script src="<?php echo base_url() ;?>assets/js/bootstrap-multiselect.js?<?php echo filemtime(realpath(__DIR__ . "/../../../assets/js/bootstrap-multiselect.js"));?>"></script>
|
||||
<?php if ($this->session->userdata('isWinkeyEnabled')) { ?>
|
||||
<script src="<?php echo base_url() ;?>assets/js/winkey.js"></script>
|
||||
<script src="<?php echo base_url() ;?>assets/js/winkey.js?<?php echo filemtime(realpath(__DIR__ . "/../../../assets/js/winkey.js"));?>"></script>
|
||||
<?php } ?>
|
||||
<script type="text/javascript">
|
||||
var dxcluster_provider = '<?php echo base_url(); ?>index.php/dxcluster';
|
||||
|
||||
Reference in New Issue
Block a user