Restore the global id for console dev debugging

This commit is contained in:
Bryan Housel
2020-01-27 15:48:21 -05:00
parent 883f35a99b
commit f2c14ab970

View File

@@ -33,6 +33,7 @@
} else {
var context = iD.coreContext().assetPath('dist/');
window.context = window.id = context; // for debugging
// disable boundaries (unless we have an explicit disable_features list)
var q = iD.utilStringQs(window.location.hash.substring(1));