Skip to content

Conversation

firasrg
Copy link
Member

@firasrg firasrg commented Aug 27, 2025

Found 3 issues:

  1. The unique java main class has a wrong package name.
  2. The discord embed is shown in a very small shape.
  3. When refreshing the page some objects collide (like the gif in the issue).

tj-bug-2

closes #20

Copy link
Member

@Zabuzard Zabuzard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

time to do some investigation, i guess

Comment on lines -233 to +240
<script src="assets/js/jquery-3.6.1.min.js" async></script>
<script src="assets/js/jquery.scrollex.min.js" async></script>
<script src="assets/js/jquery.scrolly.min.js" async></script>
<script src="assets/js/browser.min.js" async></script>
<script src="assets/js/breakpoints.min.js" async></script>
<script src="assets/js/util.js" async></script>
<script src="assets/js/main.js" async></script>
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/html-embed@1.0.0"></script>
<script src="assets/js/jquery-3.6.1.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js" ></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js" ></script>
<script src="assets/js/breakpoints.min.js" ></script>
<script src="assets/js/util.js" ></script>
<script src="assets/js/main.js" ></script>
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/html-embed@1.3.0"></script>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

while this is probably a sane choice, its likely important to figure out why async was added in the first place.
i would not be surprised if it was done to cut down response time for the website which in turn increases SEO massively.

so if thats the case, just undoing this might not be a good choice given that the websites primary role is to be SE-relevant.

Copy link
Member

@Zabuzard Zabuzard Aug 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it was done in the big SEO PR: #10

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since develop doesnt have it to begin with, merging this will hence not make the SEO worse. So we can accept this change for now.

Copy link
Member

@Zabuzard Zabuzard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested locally, looks good. thanks

@Zabuzard Zabuzard merged commit 736586b into Together-Java:develop Aug 28, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[SHOWSTOPPER] Master entirely broken

2 participants