remove popup when we show info

This commit is contained in:
David 2017-04-13 21:56:10 -04:00
parent e76057178e
commit 50cd400057
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@
function showInfo(pushState=true) {
$('#selected').hide();
popup.remove();
$('#info').show();
if (pushState) {
updateHash('info');