diff --git a/web/src/js/modules/common.js b/web/src/js/modules/common.js index b03ad0cc..a2bc6999 100644 --- a/web/src/js/modules/common.js +++ b/web/src/js/modules/common.js @@ -55,9 +55,9 @@ $(document).ready(function () { $('.js-header-enter').click(); }); } - $popupAuth.find(authPopupActiveTab == 'login' ? '.js-auth-type_login' : '.js-auth-type_registration').addClass('active'); - $popupAuth.find(authPopupActiveTab == 'login' ? '.js-auth-tab_login' : '.js-auth-tab_registration').show(); } + $popupAuth.find(authPopupActiveTab == 'login' ? '.js-auth-type_login' : '.js-auth-type_registration').addClass('active'); + $popupAuth.find(authPopupActiveTab == 'login' ? '.js-auth-tab_login' : '.js-auth-tab_registration').show(); }); function updateHeader() {