attributes

hide attributeDistribution tooltip on open.
pull/63/head
noud 2012-11-23 15:41:53 +01:00
parent 79d8b1d839
commit 3c18db7dcd
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ function showFormInfo(id) {
//hide the formInfo things
$('#AttributeTypeDiv').hide();
$('#AttributeCategoryDiv').hide();
$('#AttributeDistributionDiv').hide();
// fix the select box based on what was selected
var type_value = $('#AttributeType').val();
formCategoryChanged("#AttributeCategory");