Fixed map loading (#240)

* Fixed fonts

* Fixed assets

* Fixed logo in emails

* Switched to immediate email delivery

* Fixed prod emails and added deployment tasks

* Fixed deployments

* Updated README

* Added Bike Collectives Core to README

* Fixed issue with map loading

* Fixed issue with map loading
This commit is contained in:
Godwin
2017-07-24 09:53:17 -07:00
committed by GitHub
parent 1441351ba0
commit 3a26b14b71
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
});
};
d3.json('/assets/world-110m.json', function(error, world) {
d3.json(document.getElementById('map').getAttribute('data-src'), function(error, world) {
if (error) {
throw error;
}