[DE] Fix Bug 34059
This commit is contained in:
parent
73b431255a
commit
b2040b6d3c
|
@ -371,7 +371,7 @@ define([
|
|||
|
||||
_uiTransformByWrap: function(type) {
|
||||
$('.image-wrap .align')[('inline' == type) ? 'hide' : 'show']();
|
||||
$('.image-wrap .distance')[('behind' == type || 'infront' == type) ? 'hide' : 'show']();
|
||||
$('.image-wrap .distance')[('inline' == type || 'behind' == type || 'infront' == type) ? 'hide' : 'show']();
|
||||
$('#edit-image-movetext').toggleClass('disabled', ('inline' == type));
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue