mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
- added rmariuzzo/jquery-checkboxes to composer requirements
(composer.json) - removed js include/js/jquery.checkboxes-1.0.7.min.js - replaced jquery.checkboxes-1.0.7.min.js path with the new path
This commit is contained in:
@@ -56,7 +56,7 @@ if($jquery && $jqueryComposer)
|
||||
<?php endif ?>
|
||||
|
||||
<?php if($jquery_checkboxes) : ?>
|
||||
<script type="text/javascript" src="<?php echo base_url('include/js/jquery.checkboxes-1.0.7.min.js'); ?>"></script>
|
||||
<script type="text/javascript" src="<?php echo base_url('vendor/rmariuzzo/jquery-checkboxes/dist/jquery.checkboxes-1.0.7.min.js'); ?>"></script>
|
||||
<?php endif ?>
|
||||
|
||||
<?php if($jquery_custom) : ?>
|
||||
|
||||
Reference in New Issue
Block a user