We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a051a0 commit f9619f6Copy full SHA for f9619f6
html/NEW_TOOLS/TRIG_CALC/calculator.html
@@ -57,6 +57,6 @@ <h1>Trig Calculator</h1><h2>Created By: <a href='https://github.com/Altify-Devel
57
var i4 = document.getElementById("Views").value;
58
var i5 = document.getElementById("Money").value;
59
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);
+ this.setAttribute("href", "/html/new_tools/trig_calc/getresults/?o="+i1+'&h='+i2+'&a='+i3+'&v='+i4+'&m='+i5+'&type='+i6);
61
});
62
</script>
0 commit comments