*

7ala

  • ****
  • 144 posts
How to add async to javascript
« on: December 22, 2021, 12:26:19 PM »
Hello

How to add async to javascript
If javascript is like this,
Code: [Select]
<script src="https://javascript.info"></script>async is added to become
Code: [Select]
<script src="https://javascript.info" async></script>But this way, I don't know how
Code: [Select]
osc_register_script('jquery', osc_current_web_theme_js_url('jquery.min.js')));Is there a way to do that?
Thankyou

*

MB Themes

Re: How to add async to javascript
« Reply #1 on: December 22, 2021, 01:22:52 PM »
@7ala
You cannot do it right now, but it is nice to have option in future ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots