mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
1
dist/index.html
vendored
1
dist/index.html
vendored
@@ -38,6 +38,7 @@
|
||||
document.getElementById('id-container').className = 'unsupported';
|
||||
} else {
|
||||
var id = iD.Context();
|
||||
id.features().disable('boundaries');
|
||||
id.ui()(document.getElementById('id-container'));
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
id = iD.Context()
|
||||
.assetPath('dist/');
|
||||
|
||||
id.features().disable('boundaries');
|
||||
|
||||
id.ui()(document.getElementById('id-container'), function() {
|
||||
iD.d3.select('#about-list')
|
||||
.insert('li', '.user-list')
|
||||
|
||||
Reference in New Issue
Block a user