mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Merge branch 'registry-341' into registry-268
This commit is contained in:
commit
1c95819e47
1 changed files with 36 additions and 46 deletions
|
@ -1,3 +1,4 @@
|
|||
$(window).load ->
|
||||
$('.selectize').selectize({
|
||||
allowEmptyOption: true
|
||||
})
|
||||
|
@ -5,23 +6,12 @@ $('.selectize_create').selectize({
|
|||
allowEmptyOption: true, create: true
|
||||
})
|
||||
|
||||
$('.js-datepicker').datepicker({
|
||||
showAnim: "",
|
||||
autoclose: true,
|
||||
dateFormat: "dd.mm.yy",
|
||||
changeMonth: true,
|
||||
changeYear: true
|
||||
})
|
||||
|
||||
# client side validate all forms
|
||||
$('form').each ->
|
||||
$(this).validate()
|
||||
|
||||
$('[data-toggle="popover"]').popover()
|
||||
|
||||
|
||||
|
||||
|
||||
# doublescroll
|
||||
$('[data-doublescroll]').doubleScroll({
|
||||
onlyIfScroll: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue