Conversation
supportHello Dear Dev FireBox, I have the follwing error in the console related to FireBox plugin on my website epedia.ro: Error: Uncaught ReferenceError: FireBox is not defined at (index):5:17 at (index):19:16 Could you please help me in order to fixt it? Thank you! The page I need help with: [ log in to see the link]
Hello @ciucaadrian11 , I suspect that the culprit is the “defer” attribute in the LiteSpeedCache minified JS file that’s being loaded. This is because you have “Opening Sound” enabled which adds some extra Javascript that requires FireBox to be available instantly when the page loads. Either remove the “defer” attribute from the bundle JS file or exclude FireBox from LiteSpeedCache JS settings. Regards, Stergos
Hello, You are right. The issue was from “defer”. I have solved it. Thank you for your support!
You’re welcome!
Hello @ciucaadrian11 , I suspect that the culprit is the “defer” attribute in the LiteSpeedCache minified JS file that’s being loaded. This is because you have “Opening Sound” enabled which adds some extra Javascript that requires FireBox to be available instantly when the page loads. Either remove the “defer” attribute from the bundle JS file or exclude FireBox from LiteSpeedCache JS settings. Regards, Stergos
Hello, You are right. The issue was from “defer”. I have solved it. Thank you for your support!
You’re welcome!