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({
|
$('.selectize').selectize({
|
||||||
allowEmptyOption: true
|
allowEmptyOption: true
|
||||||
})
|
})
|
||||||
|
@ -5,23 +6,12 @@ $('.selectize_create').selectize({
|
||||||
allowEmptyOption: true, create: true
|
allowEmptyOption: true, create: true
|
||||||
})
|
})
|
||||||
|
|
||||||
$('.js-datepicker').datepicker({
|
|
||||||
showAnim: "",
|
|
||||||
autoclose: true,
|
|
||||||
dateFormat: "dd.mm.yy",
|
|
||||||
changeMonth: true,
|
|
||||||
changeYear: true
|
|
||||||
})
|
|
||||||
|
|
||||||
# client side validate all forms
|
# client side validate all forms
|
||||||
$('form').each ->
|
$('form').each ->
|
||||||
$(this).validate()
|
$(this).validate()
|
||||||
|
|
||||||
$('[data-toggle="popover"]').popover()
|
$('[data-toggle="popover"]').popover()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# doublescroll
|
# doublescroll
|
||||||
$('[data-doublescroll]').doubleScroll({
|
$('[data-doublescroll]').doubleScroll({
|
||||||
onlyIfScroll: false,
|
onlyIfScroll: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue