Skip to content

Commit

Permalink
Merge pull request #48 from anavel/fix/select-single-required-layer
Browse files Browse the repository at this point in the history
Apply selectizejs only in single selects
  • Loading branch information
edusalguero committed Sep 19, 2016
2 parents 073799d + 2ac66f0 commit eecd8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/app.js
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 eecd8ee

Please sign in to comment.