diff --git a/index.html b/index.html index b5db2965e..2ecdca4e2 100644 --- a/index.html +++ b/index.html @@ -13,209 +13,36 @@ - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +
- - - - - - - - - - - + diff --git a/index_dev.html b/index_dev.html new file mode 100644 index 000000000..0ec4e89db --- /dev/null +++ b/index_dev.html @@ -0,0 +1,200 @@ + + + + + iD + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + diff --git a/index_packaged.html b/index_packaged.html deleted file mode 100644 index 5d3b11ae6..000000000 --- a/index_packaged.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - iD - - - - - - - - - - - - - -
- - - diff --git a/js/lib/locale.js b/js/lib/locale.js index ae56d26c6..704a45d4c 100644 --- a/js/lib/locale.js +++ b/js/lib/locale.js @@ -1,4 +1,4 @@ -var locale = { _current: 'en' }; +window.locale = { _current: 'en' }; locale.current = function(_) { if (!arguments.length) return locale._current;