|
|
|
@ -4,7 +4,8 @@ import isEmpty from 'validator/lib/isEmpty'; |
|
|
|
import isLength from 'validator/lib/isLength'; |
|
|
|
import isLength from 'validator/lib/isLength'; |
|
|
|
|
|
|
|
|
|
|
|
$(document).ready(function () { |
|
|
|
$(document).ready(function () { |
|
|
|
let popup = $('.js-popup-auth'), |
|
|
|
let auth = $('.js-auth'), |
|
|
|
|
|
|
|
popup = $('.js-popup-auth'), |
|
|
|
type = auth.find('.js-auth-type'), |
|
|
|
type = auth.find('.js-auth-type'), |
|
|
|
tab = auth.find('.js-auth-tab'), |
|
|
|
tab = auth.find('.js-auth-tab'), |
|
|
|
login = auth.find('.js-auth-login'), |
|
|
|
login = auth.find('.js-auth-login'), |
|
|
|
|