Skip to content

Commit

Permalink
undone my first commit and changed wger-core.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmoraes authored and petervanderdoes committed May 3, 2017
1 parent 750961b commit 36a52b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wger/core/static/js/wger-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ function wgerInitEditSet() {
initRemoveExerciseFormset();

// Slider to set the number of sets
$('#id_sets').on('change', function () {
$('#id_sets').on('input', function() {
updateAllExerciseFormset();
$('#id_sets_value').html($('#id_sets').val());
});
Expand Down

0 comments on commit 36a52b1

Please sign in to comment.