mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Remove no longer needed substring - see dc7fba4bf
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -37,7 +37,7 @@
|
||||
context.init();
|
||||
|
||||
// disable boundaries (unless we have an explicit disable_features list)
|
||||
var q = iD.utilStringQs(window.location.hash.substring(1));
|
||||
var q = iD.utilStringQs(window.location.hash);
|
||||
if (!q.hasOwnProperty('disable_features')) {
|
||||
context.features().disable('boundaries');
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
context.init();
|
||||
|
||||
// disable boundaries (unless we have an explicit disable_features list)
|
||||
var q = iD.utilStringQs(window.location.hash.substring(1));
|
||||
var q = iD.utilStringQs(window.location.hash);
|
||||
if (!q.hasOwnProperty('disable_features')) {
|
||||
context.features().disable('boundaries');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user