We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa159be commit d2623dfCopy full SHA for d2623df
docs/source/_exts/interactive_widget.py
@@ -25,7 +25,7 @@ def run(self):
25
f"""
26
<div>
27
<div id="{container_id}" class="interactive widget-container center-content" style="" />
28
- <script async type="module">
+ <script type="module">
29
import {{ mountWidgetExample }} from "{_IDOM_STATIC_HOST}/_static/custom.js";
30
mountWidgetExample("{container_id}", "{view_id}", "{_IDOM_EXAMPLE_HOST}");
31
</script>
0 commit comments