diff --git a/index.html b/index.html index 36b39db..6a5f0f0 100644 --- a/index.html +++ b/index.html @@ -562,13 +562,13 @@
View in: Google Maps {{#isAppleIsh}} Apple Maps @@ -618,6 +618,7 @@ value.slug = slugify(value.name); value.cleanedWebsite = cleanWebsite(value.website); value.isAppleIsh = isAppleIsh; + value.nameURLEscaped = encodeURIComponent(value.name); }); $("#storeCount").html(data.length); window.data = data;