custom/plugins/BoedenThemeExtension/src/Resources/views/storefront/component/iubenda/embed.html.twig line 1

Open in your IDE?
  1. <a href="{{ link }}"
  2.    class="iubenda-nostyle iubenda-noiframe iubenda-embed iubenda-noiframe iub-body-embed" title="{{ iubenda_title }}">{{ iubenda_title }}</a>
  3. <script type="text/javascript">(function (w, d) {
  4.         var loader = function () {
  5.             var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0];
  6.             s.src = "https://cdn.iubenda.com/iubenda.js";
  7.             tag.parentNode.insertBefore(s, tag);
  8.         };
  9.         if (w.addEventListener) {
  10.             w.addEventListener("load", loader, false);
  11.         } else if (w.attachEvent) {
  12.             w.attachEvent("onload", loader);
  13.         } else {
  14.             w.onload = loader;
  15.         }
  16.     })(window, document);
  17. </script>