From 4fd6b949734ec89f74550fff1d5d10750c5d576b Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 15 Jun 2016 10:43:48 -0400 Subject: [PATCH] Consistent single quotes in .html --- dist/index.html | 8 +- index.html | 52 ++++++------- test/index_packaged.html | 164 +++++++++++++++++++-------------------- test/rendering.html | 72 ++++++++--------- 4 files changed, 148 insertions(+), 148 deletions(-) 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 @@ BaseHoverSelected - + @@ -160,10 +160,10 @@ - + - +
z16z17z18
z16z17z18
BaseHoverSelectedBaseHoverSelectedBaseHoverSelected
@@ -229,10 +229,10 @@ - + - +
z16z17
z16z17
BaseHoverSelectedBaseHoverSelected
@@ -320,7 +320,7 @@ BaseSelected - + @@ -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]}),