From bc49c072e132fc519af3032cfb8290a50659454a Mon Sep 17 00:00:00 2001
From: Christopher Baines <cb15g11@soton.ac.uk>
Date: Fri, 10 Oct 2014 11:23:49 +0100
Subject: Fix regression

---
 src/leaflet-soton.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/leaflet-soton.js b/src/leaflet-soton.js
index 05c9e5f..5d30926 100644
--- a/src/leaflet-soton.js
+++ b/src/leaflet-soton.js
@@ -155,7 +155,7 @@
                               offset: icons.vendingHotDrinks.options.popupAnchor
                           };
 
-                          var content = vendingPopupTemplate(feature.properties);
+                          var content = LS.infoTemplates.vendingMachine(feature.properties);
 
                           this._map.showInfo(content, e.latlng, popupOptions);
                         }
-- 
cgit v1.2.3