Merge branch 'feature/LIL-680' into 'master'

LIL-680

See merge request lilcity/backend!212
remotes/origin/feature/LIL-711
cfwme 7 years ago
commit 75055030fe
  1. 4
      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() {

Loading…
Cancel
Save