Skip to content

Commit

Permalink
Fixed issue #10744: Numeric slider : no difference between unanswered +
Browse files Browse the repository at this point in the history
no reset
  • Loading branch information
olleharstedt committed Mar 22, 2016
1 parent 0cc8069 commit a09b54a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class="text form-control <?php echo $kpclass;?>"

// Show tooltip
$('#javatbd' + myfname).find('.tooltip').show();
$(id).bootstrapSlider('relayout'); // Refresh the tooltip
}

// Reset on click on .slider-reset
Expand Down

0 comments on commit a09b54a

Please sign in to comment.