Skip to content

Commit f5c0e8f

Browse files
Get number of scans
1 parent 6c4d27a commit f5c0e8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<h1>Is This Mod Legit?</h1>
9292
<h2>Find out whether or not your mods have been tampered with. Powered by Modrinth's API.</h2>
9393

94-
<script defer data-domain="isthismodlegit.anopensauce.dev" src="https://analytics.anopensauce.dev/js/script.js"></script>
94+
<script defer data-domain="isthismodlegit.anopensauce.dev" src="https://analytics.anopensauce.dev/js/script.tagged-events.js"></script>
9595

9696

9797
<p><a href="https://github.com/AnOpenSauceDev/IsThisModLegit-Web/issues">Found an issue? Report it here!</a></p>
@@ -106,7 +106,7 @@ <h2>Find out whether or not your mods have been tampered with. Powered by Modrin
106106
<p>File Upload</p>
107107
<form onsubmit="handleButtonPress('file')" id="form">
108108
<br>
109-
<label>Upload file:</label> <input type="file" id="fileSelector" onchange="hashFile();"> <input type="submit" value="Scan Mod!"></input>
109+
<label>Upload file:</label> <input type="file" id="fileSelector" onchange="hashFile();"> <input class="plausible-event-name=Scan" type="submit" value="Scan Mod!"></input>
110110
<p id="filehash"></p>
111111
</form>
112112

@@ -116,7 +116,7 @@ <h2>Find out whether or not your mods have been tampered with. Powered by Modrin
116116
<form onsubmit="handleButtonPress('hash')" id="form">
117117
<label for="hash">SHA1 Hash</label>
118118
<br>
119-
<input type="text" id="hash"></input> <input type="submit" value="Search Hash!"></input>
119+
<input type="text" id="hash"></input> <input class="plausible-event-name=Scan" type="submit" value="Search Hash!"></input>
120120
</form>
121121

122122

0 commit comments

Comments
 (0)