@visitscotland/component-library 5.41.2 → 5.41.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12041,7 +12041,7 @@ const VsDropdownItem = /* @__PURE__ */ _export_sfc(_sfc_main$1M, [["render", _sf
12041
12041
  },
12042
12042
  methods: {
12043
12043
  callbackOnUpdated() {
12044
- if (this.embeddedScript && this.cookiesLoaded && this.requiredCookiesAllowed) {
12044
+ if (this.embeddedScript && (this.cookiesLoaded && this.requiredCookiesAllowed || this.noCookiesRequired)) {
12045
12045
  const e = document.createElement("script");
12046
12046
  e.src = this.embeddedScript, document.head.appendChild(e);
12047
12047
  }