diff --git a/index.html b/index.html
index 873f09931..6273832b3 100644
--- a/index.html
+++ b/index.html
@@ -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));