mirror of
https://github.com/internetee/registry.git
synced 2025-07-26 04:28:27 +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', ->
|
||||
# client side validate all forms
|
||||
$('form').each ->
|
||||
$(this).validate()
|
||||
|
||||
$('.js-contact-form').on 'restoreDefault', (e) ->
|
||||
form = $(e.target)
|
||||
form.find('.js-ident-tip').hide()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue