Skip to content

Commit 2265bae

Browse files
committed
Add daniloaf's fix for the default "equidistant" checkbox
1 parent 55b7821 commit 2265bae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespeed/static/js/timeline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ function setValuesOfInputFields(event) {
305305
});
306306

307307
$("#baselinecolor").css("background-color", baselineColor);
308-
$("#equidistant").attr('checked', valueOrDefault(event.parameters.equid, defaults.equidistant === "on"));
308+
$("#equidistant").attr('checked', valueOrDefault(event.parameters.equid, defaults.equidistant) === "on");
309309
}
310310

311311
function init(def) {

0 commit comments

Comments
 (0)