diff --git a/index.html b/index.html index 39dc15b..a7eb62b 100644 --- a/index.html +++ b/index.html @@ -341,59 +341,446 @@ ] - + diff --git a/script.js b/script.js index ffb8dbf..7c5a79c 100644 --- a/script.js +++ b/script.js @@ -1,6 +1,8 @@ (() => { "use strict"; + // If index.html inline fallback already booted, do nothing. + if (globalThis.__LINKS_APP_BOOTED__) return; // Mark boot so index.html fallback won't run globalThis.__LINKS_APP_BOOTED__ = true;