|
|
|
@ -123,7 +123,7 @@ if (EXPO.profile){ |
|
|
|
* @public |
|
|
|
* @public |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
refreshState: function () { |
|
|
|
refreshState: function () { |
|
|
|
if($.trim( this.$staticValue.text()) == '' && this.$wrapper.length && this.refrashable){ |
|
|
|
if(($.trim( this.$staticValue.text()) == '' || $.trim( this.$staticValue.text()) == 'None') && this.$wrapper.length && this.refrashable){ |
|
|
|
this.$editable.addClass('hidden'); |
|
|
|
this.$editable.addClass('hidden'); |
|
|
|
this.$editable.removeClass(EXPO.company.opt.formCurrentClass); |
|
|
|
this.$editable.removeClass(EXPO.company.opt.formCurrentClass); |
|
|
|
this.$description.removeClass('hidden'); |
|
|
|
this.$description.removeClass('hidden'); |
|
|
|
|