Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 17b1c9c

Browse files
authored
Add onclick event to install button
1 parent 727d1e4 commit 17b1c9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@
2929
<div class="panel">
3030
<h1 class="title">ProStore Installer</h1><br>
3131
<img class="logo-img" src="https://github.com/ProStore-iOS/ProStore/raw/main/icon.png"><br>
32-
<button class="install-button">Install</button><br>
32+
<button class="install-button" onclick="install();">Install</button><br>
3333
<a class="advanced-href" href="advanced_installer.html">Advanced Installer</a>
3434
</div>
3535
</div>
3636
</main>
3737
<script>
3838
pulse('reset');
39+
loadingImg(0);
3940
</script>
4041
</body>
4142
</html>

0 commit comments

Comments
 (0)