Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-07-19 07:50:22 +02:00
parent 8d077f6498
commit 673731af26

View File

@@ -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();
});
} );
</script>
@@ -98,7 +100,10 @@ $( function() {
<table>
{{ form.as_table }}
</table>
<div id="slider-container">
<span>Stroke Rate Slider</span>
<hr id="slider-range" />
</div>
<input name='form' class="button" type="submit" value="Submit">
</form>
</li>