Skip to content

Commit

Permalink
temp add debugging console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Mar 11, 2024
1 parent ba7cf35 commit 9fcd306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/views/channel_slider_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ var ChannelSliderView = Backbone.View.extend({
const start = $target.hasClass("ch_start_slider");
if (start) {
let slidemax = $target.data('slidemax');
console.log("sliding start...", value, slidemax);
if (value > slidemax) {
$target.val(slidemax);
return;
Expand Down

0 comments on commit 9fcd306

Please sign in to comment.