From 50cd4000573bcfc6443324cc712e908789249165 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Thu, 13 Apr 2017 21:56:10 -0400 Subject: [PATCH] remove popup when we show info --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 999ef73..87233b6 100644 --- a/index.html +++ b/index.html @@ -187,6 +187,7 @@ function showInfo(pushState=true) { $('#selected').hide(); + popup.remove(); $('#info').show(); if (pushState) { updateHash('info');