diff --git a/CHANGELOG.md b/CHANGELOG.md index c4fbfcb36..fa5e84ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ * Upgraded to Browsertime 3.1.2 with Chromedriver 2.40 * Upgraded to Firefox 61 beta13 * Upgraded ADB to work together with Chromedriver > 2.38, making driving Chrome on Android from Ubuntu Docker container work again. -* Added compare link to compare.sitespeed.io from each URL result in the HTML + ## 7.0.3 - 2018-06-02 ### Fixed diff --git a/lib/plugins/html/htmlBuilder.js b/lib/plugins/html/htmlBuilder.js index 1ed8bd042..bc7904160 100644 --- a/lib/plugins/html/htmlBuilder.js +++ b/lib/plugins/html/htmlBuilder.js @@ -239,9 +239,6 @@ class HTMLBuilder { version: packageInfo.version, timestamp: summaryTimestamp, context: this.context, - absoluteSummaryPageUrl: this.context.resultUrls.absoluteSummaryPageUrl( - url - ), pageSummaries }; diff --git a/lib/plugins/html/templates/url/summary/downloads.pug b/lib/plugins/html/templates/url/summary/downloads.pug index bb74a6db7..e371af172 100644 --- a/lib/plugins/html/templates/url/summary/downloads.pug +++ b/lib/plugins/html/templates/url/summary/downloads.pug @@ -11,6 +11,3 @@ if d.browsertime && d.browsertime.har - var harName = 'data/browsertime' + harEnding - var harDownloadName = downloadName + harEnding a.button.button-download(href=harName, download=harDownloadName) Download HAR - - if options.resultBaseURL - a.button.button-download(href='https://compare.sitespeed.io?har1=' + absoluteSummaryPageUrl + harName + '&compare=1', download=harDownloadName) Compare HAR