cloudstack 3.0 UI - multiEdit widget - make headerFields hidden as default.

This commit is contained in:
Jessica Wang 2012-07-18 11:40:09 -07:00
parent a4f1ecff64
commit de4d5cdc94
1 changed files with 1 additions and 2 deletions

View File

@ -767,8 +767,7 @@
// Form fields are handled by main 'add' action
}
}) : null;
var $headerFields = $('<div>').addClass('header-fields');
//$headerFields.hide();
var $headerFields = $('<div>').addClass('header-fields').hide(); //make headerFields hidden as default
if (headerForm) {
$headerFields.append(headerForm.$formContainer)