remove popup when we show info
This commit is contained in:
parent
e76057178e
commit
50cd400057
@ -187,6 +187,7 @@
|
||||
|
||||
function showInfo(pushState=true) {
|
||||
$('#selected').hide();
|
||||
popup.remove();
|
||||
$('#info').show();
|
||||
if (pushState) {
|
||||
updateHash('info');
|
||||
|
Loading…
Reference in New Issue
Block a user