From f2c14ab97023867bf10d48f2b7f348372fee6dec Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 27 Jan 2020 15:48:21 -0500 Subject: [PATCH] Restore the global id for console dev debugging --- index.html | 1 + 1 file changed, 1 insertion(+) 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));