EXPO-88 layout bugs

remotes/origin/1203
pavel 11 years ago
parent 7cd090f065
commit b38770c112
  1. 4
      templates/client/static_client/js/_modules/page.profile.js
  2. 2
      templates/client/static_client/js_min/_modules/page.profile.min.js

@ -202,9 +202,9 @@ if (EXPO.profile){
this.pullHandler = function (data) {
var staticText,
work_fieldValue = $.trim($('#s2id_id_company').text());
if (data.success){
if (data.success ){
staticText = $('#id_position').val();
if(work_fieldValue != ''){
if(work_fieldValue != '' && work_fieldValue != "Поиск компании"){
staticText += ' '+ EXPO.profile.opt.lang.workIn + ' '+work_fieldValue;
}
$('#static-work-value').text(staticText);

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save