diff options
author | Camil Staps | 2015-02-10 10:33:10 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-10 10:33:10 +0100 |
commit | 6614d2f7d47e3f0337321776040eb5f03dc8245b (patch) | |
tree | ebbd33bdc95ce233b6f9d5fb8de7a8f310eb3b0e /header.php | |
parent | Updated makefile for clarification that this is only the makefile for the doc... (diff) |
Sorting for assignments using the mixItUp plugin
Diffstat (limited to 'header.php')
-rw-r--r-- | header.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ <script src="<?=constants::url_external?>/js/plugins/form/jquery.form.min.js"></script> <script src="<?=constants::url_external?>/js/plugins/bootstrap-editable.min.js"></script> <script src="<?=constants::url_external?>/js/plugins/bootstrap-select.min.js"></script> + <script src="<?=constants::url_external?>/js/plugins/jquery.mixitup.min.js"></script> <!-- Custom Theme JavaScript --> <script src="<?=constants::url_external?>/js/sb-admin-2.js"></script> |