Skip to content

Commit

Permalink
Revert "raidboss: redirect from raidboss.html preserving params (quis…
Browse files Browse the repository at this point in the history
…quous#6067)"

This reverts commit 2b4cbdf.
  • Loading branch information
marzent committed Jan 1, 2024
1 parent 50e71b0 commit 957c433
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ui/raidboss/raidboss.html
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
<script type="text/javascript">
let redirUrl = 'https://overlayplugin.github.io/cactbot/ui/raidboss/raidboss.html';
if (typeof window !== 'undefined')
redirUrl += window.location.search;
window.location.href = redirUrl;
</script>
<meta http-equiv="refresh" content="0; url=https://overlayplugin.github.io/cactbot/ui/raidboss/raidboss.html" />

0 comments on commit 957c433

Please sign in to comment.