summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/leaflet-soton.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leaflet-soton.js b/src/leaflet-soton.js
index 3e6ffc3..23dc857 100644
--- a/src/leaflet-soton.js
+++ b/src/leaflet-soton.js
@@ -1305,7 +1305,7 @@ SELECT * WHERE {\
content.appendChild(routeList);
var IFrame = document.createElement('iframe');
- IFrame.setAttribute('src', 'http://bus.southampton.ac.uk/bus-stop-iframe/' + properties.uri.slice(42) + ".html")
+ IFrame.setAttribute('src', 'http://bus.southampton.ac.uk/bus-stop-iframe/' + properties.uri.slice(37) + ".html")
IFrame.setAttribute('frameBorder', '0');
IFrame.setAttribute('style', 'width: 100%; height 100%;');