Skip to content

Commit

Permalink
Apply selectizejs only in single selects
Browse files Browse the repository at this point in the history
  • Loading branch information
edusalguero committed Sep 19, 2016
1 parent 073799d commit 2ac66f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ $(function () {

//bootstrap WYSIHTML5 - text editor
$(".bootstrap-wysihtml5").wysihtml5();
$('select').selectize();
$('select[multiple]').selectize();
$("input[type=date]").pikaday({ format: 'YYYY-MM-DD'});
});

0 comments on commit 2ac66f0

Please sign in to comment.