mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fix notes js
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user