Skip to content

Commit

Permalink
Remove js for progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed May 11, 2024
1 parent dbe09a5 commit cd2a4ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sliders/static/sliders.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ class View {
let dx = x - this.grid[i][0];
return Math.abs(dx) < this.slider_size[0]/2 ? dx : null;
}

renderProgress() {
this.$progress.value = this.model.progress.solved;
}
}

class Controller {
Expand Down

0 comments on commit cd2a4ba

Please sign in to comment.