Skip to content

Commit

Permalink
[Bug] Fixed broken behaviour for sponsors and committee times
Browse files Browse the repository at this point in the history
[Bug] Fixed improper committee & sponsor behaviour
  • Loading branch information
RJMurg authored Sep 11, 2024
2 parents a7c6faa + 698f677 commit 09cc162
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ server {
gzip_min_length 1000;
gzip_disable "MSIE [1-6]\.";


#access_log /var/log/nginx/host.access.log main;

location / {
Expand Down
8 changes: 4 additions & 4 deletions src/_layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ title: CS++

<script defer data-domain="cspp.ie" src="https://plausible.io/js/script.js"></script>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/src/ua-parser.min.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/src/ua-parser.min.js"></script>
<script>
window.userAgent = new UAParser()
</script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/TextPlugin.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/TextPlugin.min.js"></script>

<link rel="stylesheet" href="https://raw.githubusercontent.com/cs-soc-tudublin/IdentityFlip/master/assets/fonts/montserrat/loader.css" />
{# Preload fonts instead of waiting until they are needed by CSS #}
Expand Down

0 comments on commit 09cc162

Please sign in to comment.