Skip to content

Commit

Permalink
Refactor cookie banner code to improve lazy loading of template
Browse files Browse the repository at this point in the history
  • Loading branch information
felixaschultz committed Aug 23, 2024
1 parent 477057d commit 821a112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/gdpr.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ if (intastellarDevMode) {
// Adding the script to the head
setTimeout(() => {
document.head.insertBefore(intastellarCreateBanner, document.currentScript)
}, 50);
}, 200);
/* Object for supported languages */
const intastellarSupportedLanguages = {
english: {
Expand Down
Loading

0 comments on commit 821a112

Please sign in to comment.