We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2c2fd commit 0249af5Copy full SHA for 0249af5
1 file changed
codespeed/static/js/changes.js
@@ -15,7 +15,7 @@ function getConfiguration() {
15
}
16
17
function permalinkToTimeline(benchmark, environment) {
18
- window.location=TIMELINE_URL + "?ben=" + benchmark + "&env=" + environment;
+ window.location=window.TIMELINE_URL + "?ben=" + benchmark + "&env=" + environment;
19
20
21
//colors number based on a threshold
0 commit comments