AbanteCart Development > Extensions and Add-Ons

Add async javascript tag

(1/1)

Bard00k:
There are simple functions in Document class to add JavaScript tag to pages:

$document->addScript("some-script-url");

or

$document->addScriptBottom("some-script-url");

But I see it add scripts as sync, eg without the 'async' attribute.
How can I add a JavaScript tag in AbanteCart with async attribute?

Thanks,

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod