Skip to content

Commit

Permalink
Merge pull request #34 from Command-Enterprises/Commander-update-5.1.1
Browse files Browse the repository at this point in the history
Update 5.1.1
  • Loading branch information
accessgames authored Apr 15, 2024
2 parents 1b9eaf4 + 0033197 commit 31731fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions static/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<script src="js/proxy.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/backtosite.js"></script>
<script defer src="js/reloadprev.js"></script>

<div class="header">
<a href="index.html"><h2 class="logo">Commander</h2></a>
Expand Down
3 changes: 3 additions & 0 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
</ul>
</div>
</div>
<script type="text/javascript">
alert("Commander Update! Commander now prevents Securly from closing your tab, if it trys to a popup will ask you if you want to leave the website.");
</script>
</body>
</html>
1 change: 1 addition & 0 deletions static/js/reloadprev.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
window.onbeforeunload = () => 1;

1 comment on commit 31731fd

@vercel
Copy link

@vercel vercel bot commented on 31731fd Apr 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.