* Fix bug #42708.
This commit is contained in:
@@ -97,6 +97,9 @@ function toggleSingleField(customFields, showFields)
|
||||
|
||||
$prev = $pickBox.prev();
|
||||
if($prev.hasClass('input-group-addon')) $prev.toggleClass('hidden', hidden);
|
||||
|
||||
$next = $pickBox.next();
|
||||
if($next.hasClass('input-group-addon')) $next.toggleClass('hidden', hidden);
|
||||
}
|
||||
|
||||
if($inputControl.length == 1)
|
||||
|
||||
Reference in New Issue
Block a user