1
0

Theme update

This commit is contained in:
2022-06-16 14:09:52 +00:00
parent d0deb188dc
commit 19fd1eb5be
4 changed files with 8 additions and 4 deletions

@ -22,7 +22,7 @@ function Calculate_Loop(obj)
obj.length_extended.value = length_extended.toFixed(1) +"cm";
}
</script>
<form onsubmit="return false;">
<form onsubmit="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)">