Skip to content

Commit 975886c

Browse files
committed
The socials disabled query would not transfer over to the new tool. Now fixed.
1 parent 33fe2f1 commit 975886c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<body>
1212
<div class="container">
1313
<h1>Welcome to my tools!</h1>
14-
<p>Custom website tools I have made! :3</p>
14+
<p>Custom website tools I have made! hopefully many when you look!</p>
1515

1616
<div class="button-container">
1717

18-
<a href="/tools/encrypt/" class="button">Encryptor / Decryptor</a>
18+
<a href="/tools/encrypt/"+window.location.search class="button">Encryptor / Decryptor</a>
1919
<a href="#" class="button" onclick="goBack()">Want to go back?</a>
2020

2121
</div>

0 commit comments

Comments
 (0)