Skip to content

Commit

Permalink
fix default views value
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima committed Nov 3, 2023
1 parent 3962024 commit 39ccdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/static/js/random.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function shiftColors(values, handle, unencoded, tap, positions, noUiSlider) {
}

let viewsSlider = noUiSlider.create(viewsSliderContainer, {
start: [50, 5000],
start: [50, "5k"],
connect: true,
// tooltips: [true, true],
range: {
Expand Down

0 comments on commit 39ccdb6

Please sign in to comment.