expo-91_6-7

remotes/origin/1203
pavel 11 years ago
parent d44879a157
commit 30698932fc
  1. 2
      templates/client/static_client/css/main.css
  2. 2
      templates/client/static_client/css_min/main.min.css
  3. 16
      templates/client/static_client/js/_modules/page.company.js
  4. 16
      templates/client/static_client/js/_modules/page.profile.js
  5. 2
      templates/client/static_client/js_min/_modules/page.company.min.js
  6. 2
      templates/client/static_client/js_min/_modules/page.profile.min.js

@ -8156,7 +8156,7 @@ a.order-button:hover .ob-text,
.i-pict.p-editable .e-btn:hover:before, .i-pict.p-editable .e-btn:hover:before,
.p-editable.pe-current .e-btn:before { .p-editable.pe-current .e-btn:before {
background-position: -136px -145px; color: #ffffff;
} }
.i-pict.p-editable.pe-current .e-btn { .i-pict.p-editable.pe-current .e-btn {

File diff suppressed because one or more lines are too long

@ -349,13 +349,13 @@ if (EXPO.company){
this.refreshState(); this.refreshState();
} }
}; };
$input.on('keypress', function (e) { //$input.on('keypress', function (e) {
var keycode = (e.keyCode ? e.keyCode : e.which); // var keycode = (e.keyCode ? e.keyCode : e.which);
if(keycode == '13'){ // if(keycode == '13'){
return false; // return false;
} // }
//
}); //});
this.ajaxPath = path; this.ajaxPath = path;
@ -428,9 +428,11 @@ if (EXPO.company){
} }
}, },
showMaskOnHover: false, showMaskOnHover: false,
insertMode:false,
autoUnmask: true autoUnmask: true
}, },
match: /[0-9]/, match: /[0-9]/,
insertMode:false,
replace: '#', replace: '#',
list: maskList, list: maskList,
listKey: "mask", listKey: "mask",

@ -267,13 +267,13 @@ if (EXPO.profile){
} }
}; };
$('#id_about').on('keypress', function (e) { //$('#id_about').on('keypress', function (e) {
var keycode = (e.keyCode ? e.keyCode : e.which); // var keycode = (e.keyCode ? e.keyCode : e.which);
if(keycode == '13'){ // if(keycode == '13'){
return false; // return false;
} // }
//
}); //});
this.ajaxPath = path; this.ajaxPath = path;
}; };
@ -453,8 +453,10 @@ if (EXPO.profile){
} }
}, },
showMaskOnHover: false, showMaskOnHover: false,
insertMode:false,
autoUnmask: true autoUnmask: true
}, },
insertMode:false,
match: /[0-9]/, match: /[0-9]/,
replace: '#', replace: '#',
list: maskList, list: maskList,

File diff suppressed because one or more lines are too long

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