This commit is contained in:
		@@ -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)">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user