mirror of
https://git.feneas.org/feneas/fediverse.git
synced 2025-01-23 08:00:11 +01:00
Remove redirect
This commit is contained in:
parent
26c8818d0b
commit
3bb392ab1c
@ -32,13 +32,7 @@
|
||||
window.location.protocol = "https";
|
||||
}
|
||||
</script>
|
||||
<!-- temporary gitlab pages redirect hack -->
|
||||
<script>
|
||||
const url = window.location.href;
|
||||
if(url.match(/gitlab.io/)){
|
||||
window.location = "https://fediverse.party";
|
||||
}
|
||||
</script>
|
||||
|
||||
<script src="/js/main.min.js"></script>
|
||||
<% if (is_root()) { %> <script src="/js/index.min.js"></script> <% } %>
|
||||
<% if (ball) { %> <script src="/js/ball.min.js"></script> <% } %>
|
||||
|
Loading…
Reference in New Issue
Block a user