mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 04:58:29 +02:00
Remove jQuery validation from registrar area
Since it doesn't support "accept" attribute with comma-separated extensions #432
This commit is contained in:
parent
8216cfaf87
commit
91bc1ab23d
1 changed files with 0 additions and 4 deletions
|
@ -1,8 +1,4 @@
|
||||||
$(document).on 'page:change', ->
|
$(document).on 'page:change', ->
|
||||||
# client side validate all forms
|
|
||||||
$('form').each ->
|
|
||||||
$(this).validate()
|
|
||||||
|
|
||||||
$('.js-contact-form').on 'restoreDefault', (e) ->
|
$('.js-contact-form').on 'restoreDefault', (e) ->
|
||||||
form = $(e.target)
|
form = $(e.target)
|
||||||
form.find('.js-ident-tip').hide()
|
form.find('.js-ident-tip').hide()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue