fix notes js

This commit is contained in:
HB9HIL
2026-02-13 17:07:57 +01:00
parent 74d56d5f45
commit 6aa5321f97

View File

@@ -370,12 +370,6 @@ function stopImpersonate_modal() {
<script src="<?php echo $this->paths->cache_buster('/assets/js/sections/notes.js'); ?>"></script>
<?php } ?>
<?php if ($this->uri->segment(1) == "notes" && ($this->uri->segment(2) == "view") ) { ?>
<!-- Javascript used for Notes Area -->
<script src="<?php echo $this->paths->cache_buster('/assets/plugins/easymde/easymde.min.js'); ?>"></script>
<script src="<?php echo $this->paths->cache_buster('/assets/js/sections/notes_view.js'); ?>"></script>
<?php } ?>
<?php if ($this->uri->segment(1) == "qso" ) { ?>
<!-- Javascript used for QSO Notes Area -->
<script src="<?php echo base_url() ;?>assets/plugins/easymde/easymde.min.js"></script>