diff --git a/rowers/templates/instroke_interactive.html b/rowers/templates/instroke_interactive.html index ccb5fedc..fc5ce530 100644 --- a/rowers/templates/instroke_interactive.html +++ b/rowers/templates/instroke_interactive.html @@ -64,10 +64,12 @@ $( function() { slide: function( event, ui ) { $( "#id_spm_min" ).val( ui.values[ 0 ]); $( "#id_spm_max" ).val(ui.values[ 1 ] ); - console.log(event); } }); + $("#instrokeform").mouseup(function() { + submit_form(); + }); } ); @@ -98,7 +100,10 @@ $( function() {