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