diff options
Diffstat (limited to 'catalog-ui/src/index.html')
-rw-r--r-- | catalog-ui/src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-ui/src/index.html b/catalog-ui/src/index.html index 3a66d4da45..044eb374a6 100644 --- a/catalog-ui/src/index.html +++ b/catalog-ui/src/index.html @@ -19,7 +19,7 @@ <script src="/sdc1/scripts/inline.bundle.js"></script> <script src="/sdc1/scripts/polyfills.bundle.js"></script> <script src="/sdc1/scripts/vendor.bundle.js"></script> -<script src="/dcae/dcae-bundle.js" async></script> +<script src="/dcae/dcae-bundle.js"></script> <script id="main-bundle" src="/sdc1/scripts/main.bundle.js"></script> <script src="/sdc1/scripts/styles.bundle.js"></script> |