cleaning up the map file of spaces
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 29 Aug 2018 20:42:04 +0000 (16:42 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 29 Aug 2018 20:42:04 +0000 (16:42 -0400)
parts/benzie-map.php

index 387510d..e393f93 100644 (file)
@@ -79,11 +79,9 @@ $js_sites = json_encode($sites);
                } catch(e){
                    console.log("This page doesn't exist or it has the wrong id in the pages array");
                }
-        
            }, 
            function(){
-            $(`[data-town='${id}']`).toggleClass("base-fill");
-
+                $(`[data-town='${id}']`).toggleClass("base-fill");
            }
         );