diff --git a/dist/index.html b/dist/index.html
index f33bf3d8d..388805817 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -32,10 +32,10 @@
})();
// crazyegg
- setTimeout(function(){var a=document.createElement("script");
- var b=document.getElementsByTagName("script")[0];
- a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0013/6714.js?"+Math.floor(new Date().getTime()/3600000);
- a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
+ setTimeout(function(){var a=document.createElement('script');
+ var b=document.getElementsByTagName('script')[0];
+ a.src=document.location.protocol+'//dnn506yrbagrg.cloudfront.net/pages/scripts/0013/6714.js?'+Math.floor(new Date().getTime()/3600000);
+ a.async=true;a.type='text/javascript';b.parentNode.insertBefore(a,b)}, 1);
if (typeof iD == 'undefined' || !iD.detect().support) {
document.getElementById('id-container').innerHTML = 'Sorry, your browser is not currently supported. Please use Potlatch 2 to edit the map.';
diff --git a/index.html b/index.html
index 77c775929..b4ef0c747 100644
--- a/index.html
+++ b/index.html
@@ -47,11 +47,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -59,25 +59,25 @@
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
@@ -225,14 +225,14 @@
.call(iD.ui.SourceSwitch(id)
.keys([
{
- "url": "http://www.openstreetmap.org",
- "oauth_consumer_key": "5A043yRSEugj4DJ5TljuapfnrflWDte8jTOcWLlT",
- "oauth_secret": "aB3jKq1TRsCOUrfOIZ6oQMEDmv2ptV76PA54NGLL"
+ 'url': 'http://www.openstreetmap.org',
+ 'oauth_consumer_key': '5A043yRSEugj4DJ5TljuapfnrflWDte8jTOcWLlT',
+ 'oauth_secret': 'aB3jKq1TRsCOUrfOIZ6oQMEDmv2ptV76PA54NGLL'
},
{
- "url": "http://api06.dev.openstreetmap.org",
- "oauth_consumer_key": "zwQZFivccHkLs3a8Rq5CoS412fE5aPCXDw9DZj7R",
- "oauth_secret": "aMnOOCwExO2XYtRVWJ1bI9QOdqh1cay2UgpbhA6p"
+ 'url': 'http://api06.dev.openstreetmap.org',
+ 'oauth_consumer_key': 'zwQZFivccHkLs3a8Rq5CoS412fE5aPCXDw9DZj7R',
+ 'oauth_secret': 'aMnOOCwExO2XYtRVWJ1bI9QOdqh1cay2UgpbhA6p'
}
]));
diff --git a/test/index_packaged.html b/test/index_packaged.html
index 0d0c89d47..6e633540f 100644
--- a/test/index_packaged.html
+++ b/test/index_packaged.html
@@ -3,17 +3,17 @@
Mocha Tests
-
-
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -36,17 +36,17 @@
-
@@ -115,7 +115,7 @@
| Base | Hover | Selected |
-
+
@@ -160,10 +160,10 @@
- | z16 | z17 | z18 |
+ | z16 | z17 | z18 |
| Base | Hover | Selected | Base | Hover | Selected | Base | Hover | Selected |
-
+
@@ -229,10 +229,10 @@
- | z16 | z17 |
+ | z16 | z17 |
| Base | Hover | Selected | Base | Hover | Selected |
-
+
@@ -320,7 +320,7 @@
| Base | Selected |
-
+
@@ -341,7 +341,7 @@
.enter().append('tr');
row.append('th')
- .html(function (d) { return _.map(d, function (value, key) { return key + "=" + value;}).join("
"); });
+ .html(function (d) { return _.map(d, function (value, key) { return key + '=' + value;}).join('
'); });
var a = iD.Node({loc: [15, 15]}),
b = iD.Node({loc: [85, 15]}),