Skip to content

Commit

Permalink
raidboss: redirect from raidboss.html preserving params (#6067)
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous authored Dec 22, 2023
1 parent 4da5ffc commit 2b4cbdf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ui/raidboss/raidboss.html
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
<meta http-equiv="refresh" content="0; url=https://overlayplugin.github.io/cactbot/ui/raidboss/raidboss.html" />
<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>

0 comments on commit 2b4cbdf

Please sign in to comment.