Skip to content

Commit f9619f6

Browse files
Update calculator.html
1 parent 3a051a0 commit f9619f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/NEW_TOOLS/TRIG_CALC/calculator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ <h1>Trig Calculator</h1><h2>Created By: <a href='https://github.com/Altify-Devel
5757
var i4 = document.getElementById("Views").value;
5858
var i5 = document.getElementById("Money").value;
5959
var i6 = document.getElementById("Content").value;
60-
this.setAttribute("href", "/html/new_tools/trig_calc/getresults/?o="+i1+'&h='+i2+'&a='+i3+'&v='+i4+'&m='+i5+'&content_type='+i6);
60+
this.setAttribute("href", "/html/new_tools/trig_calc/getresults/?o="+i1+'&h='+i2+'&a='+i3+'&v='+i4+'&m='+i5+'&type='+i6);
6161
});
6262
</script>

0 commit comments

Comments
 (0)