Parent element having class="choice" should be made visible
This commit is contained in:
parent
230e447887
commit
4b61ab20df
@ -62,7 +62,7 @@ function selectVisualization() {
|
||||
} else {
|
||||
$('#placeholder').hide();
|
||||
}
|
||||
$('#choice').show();
|
||||
$('.choice').show();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user