bug 14093

Uncheck conditional fields to be hidden, to avoid hidden services from
accidentally being enabled
This commit is contained in:
Brian Federle 2012-03-06 13:58:00 -08:00
parent f3935d667f
commit 39b74a6df2
1 changed files with 1 additions and 0 deletions

View File

@ -1030,6 +1030,7 @@
if (hasAdvancedZones && $guestTypeField.val() == 'Shared') {
$basicSharedFields.hide();
$basicSharedFields.find('input[type=checkbox]').attr('checked', false);
} else {
$basicSharedFields.each(function() {
var $field = $(this);