- 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:
Paolo
2017-08-25 12:24:04 +02:00
parent 921bdd1242
commit f4cd573395
5 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -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) : ?>