Skip to content

Commit

Permalink
Merge pull request #48 from Altify-Developing/Altify-Development-patc…
Browse files Browse the repository at this point in the history
…h-11

add go back to all calc pages
  • Loading branch information
Altify-Development committed Jun 9, 2022
2 parents 662bd51 + 0d4045e commit 7cd06be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions html/NEW_TOOLS/TRIG_CALC/calculator.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ <h1>Trig Calculator</h1><h2>Created By: <a href='https://github.com/Altify-Devel
<input id="Views" name="Views" value="1"><br>
<label for="Money">(no comma) Money for certain amount of views:</label>
<input id="Money" name="Money" value="1"><br>
<a id="c" href="">Send</a>
<a href='https://altify-developing-001.netlify.app/html/new_tools/trig_calc/examples'>Examples</a>

<a id="c" href="">Send</a><br>
<a href='https://altify-developing-001.netlify.app/html/new_tools/trig_calc/examples'>Examples</a><br><button onclick="history.back()">Go Back</button>
<script>
document.getElementById("c").addEventListener("click", function() {
var i1 = document.getElementById("opposite").value;
Expand Down

0 comments on commit 7cd06be

Please sign in to comment.