We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bafad commit b0f6515Copy full SHA for b0f6515
hip-ra/index.html
@@ -12,6 +12,16 @@
12
<link rel="icon" type="image/x-icon" href="../favicon.ico">
13
<title>HIP-RA</title>
14
15
+ <script type="text/javascript">
16
+ if (location.search.indexOf('noredirect=true') === -1) {
17
+ let redirect = atob("aHR0cHM6Ly9zY2llbnRpZmljd2Vic2VydmljZXMuY29tL3Rvb2xzL2hpcC1yYS8=")
18
+ if (location.hash) {
19
+ redirect += location.hash
20
+ }
21
+ location.href = redirect
22
23
+ </script>
24
+
25
<!-- From >https://polyfill.io/v3/polyfill.min.js?features=default -->
26
<script src="../lib/polyfill.min.js"></script>
27
0 commit comments