remotes/origin/feature/LIL-711
gzbender 7 years ago
parent 741c08a476
commit 2c8e2e2577
  1. 4
      web/src/js/modules/common.js

@ -55,9 +55,9 @@ $(document).ready(function () {
$('.js-header-enter').click(); $('.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() { function updateHeader() {

Loading…
Cancel
Save