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