Remove jquery-validation-rails gem

#744
This commit is contained in:
Artur Beljajev 2018-02-28 12:10:39 +02:00
parent bf422387aa
commit b72bc2a0b0
5 changed files with 0 additions and 29 deletions

View file

@ -6,10 +6,6 @@ $(window).load ->
allowEmptyOption: true, create: true
})
# client side validate all forms
$('form').each ->
$(this).validate()
$('[data-toggle="popover"]').popover()
# doublescroll