Skip to content

Commit

Permalink
Update calculator.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Altify-Development authored Jun 9, 2022
1 parent 3a051a0 commit f9619f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/NEW_TOOLS/TRIG_CALC/calculator.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ <h1>Trig Calculator</h1><h2>Created By: <a href='https://github.com/Altify-Devel
var i4 = document.getElementById("Views").value;
var i5 = document.getElementById("Money").value;
var i6 = document.getElementById("Content").value;
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);
});
</script>

0 comments on commit f9619f6

Please sign in to comment.