mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
Fixed select2 double issue
This commit is contained in:
parent
03acc3fd3b
commit
5a9295f2bc
2 changed files with 18 additions and 5 deletions
|
@ -18,7 +18,7 @@ $(document).on 'ready page:load', ->
|
|||
$('.datepicker').datepicker(
|
||||
dateFormat: "yy-mm-dd",
|
||||
maxDate: tomorrow
|
||||
);
|
||||
)
|
||||
|
||||
$('.js-combobox').select2
|
||||
width: "100%"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue