1
0

Stop submitting
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jens True 2022-04-11 14:32:47 +00:00
parent 20166b8bfd
commit e341226670

@ -22,7 +22,7 @@ function Calculate(obj)
obj.length_extended.value = length_extended.toFixed(1) +"cm";
}
</script>
<form>
<form onsubmit="return false;">
<div class="form-group">
<label for="line_diameter">Line diameter</label>
<select class="form-control form-control-lg" name="line_diameter" onChange="Calculate(this.form)">