fleetvu/vexpense/assets/js/def.js
2017-06-22 16:11:47 +05:30

15 lines
407 B
JavaScript

dpVariables.skin = {
toastHeight:'143px',
botLeftBorderRad:0,
dealplyToastWidthInteger:29,
dealplyFlightWidthInteger:26,
showLngTtl:true,
moreStrCss:''
};
dpVariables.skin.readyFunc = function(){
if (!dpVariables.bStyle && dpVariables.extType===-1 && dealPlyUtils.feed === 'kpt'){
dpQuery('#flach').addClass('kptBnr');
dpQuery('#logoBnr').attr('src','/resources/eden/green/strip/kpt.png');
}
};