Skip to content

Conversation

Iron-56
Copy link
Contributor

@Iron-56 Iron-56 commented Sep 15, 2025

Changes

  • Fixes the banner show functionality when script is loaded externally.
  • Uses inline script to show the banner instead of the default external one.

Why is this needed?

  • External scripts failed since execution timing differed and inline scripts worked.
  • The banner script was loaded using external script by astro. Here external script is not required as the HTML is parsed directly just before the script execution. Changing the default external script to inline fixes the bug.

How was this tested?

  • Manually tested in Firefox using npm build and preview

Fixes #967

@ksen0 ksen0 merged commit 6e4af3f into processing:main Sep 17, 2025
4 checks 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.

Missing banner at home page
2 participants