mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
make id global in index.html
This commit is contained in:
+1
-1
@@ -191,7 +191,7 @@
|
||||
<div id='iD'></div>
|
||||
<script>
|
||||
iD.data.load(function() {
|
||||
var id = iD();
|
||||
id = iD();
|
||||
d3.select('#iD')
|
||||
.call(id.ui());
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user