Fixed select2 double issue

This commit is contained in:
Priit Tark 2015-05-11 17:25:21 +03:00
parent 03acc3fd3b
commit 5a9295f2bc
2 changed files with 18 additions and 5 deletions

View file

@ -18,7 +18,7 @@ $(document).on 'ready page:load', ->
$('.datepicker').datepicker(
dateFormat: "yy-mm-dd",
maxDate: tomorrow
);
)
$('.js-combobox').select2
width: "100%"