Parent element having class="choice" should be made visible

This commit is contained in:
Madhura Jayaratne 2012-04-15 15:27:45 +05:30
parent 230e447887
commit 4b61ab20df

View File

@ -62,7 +62,7 @@ function selectVisualization() {
} else {
$('#placeholder').hide();
}
$('#choice').show();
$('.choice').show();
}
/**