1
0

Theme update
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

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

View File

@ -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)">

View File

@ -33,7 +33,7 @@ function Calculate_Softshackle(obj)
obj.mark2.value = mark2 .toFixed(1) +"cm";
}
</script>
<form onsubmit="return false;">
<form onsubmit="false;">
<div class="form-group">
<label for="shackle_length">Shackle length (Tip of eye to inside of knot)</label>
<input type="number" min="0" step=".1" class="form-control form-control-lg" id="shackle_length" placeholder="Enter shackle length" onChange="Calculate(this.form)">