Skip to content

Commit 0249af5

Browse files
committed
Fix links to the timeline view in the changes table
1 parent 6b2c2fd commit 0249af5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespeed/static/js/changes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function getConfiguration() {
1515
}
1616

1717
function permalinkToTimeline(benchmark, environment) {
18-
window.location=TIMELINE_URL + "?ben=" + benchmark + "&env=" + environment;
18+
window.location=window.TIMELINE_URL + "?ben=" + benchmark + "&env=" + environment;
1919
}
2020

2121
//colors number based on a threshold

0 commit comments

Comments
 (0)