@fieldnotes/core 0.8.2 → 0.8.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.
package/dist/index.js CHANGED
@@ -1935,8 +1935,7 @@ function loadImages(elements) {
1935
1935
  done();
1936
1936
  };
1937
1937
  img.onerror = done;
1938
- const sep = el.src.includes("?") ? "&" : "?";
1939
- img.src = `${el.src}${sep}_cors=1`;
1938
+ img.src = el.src;
1940
1939
  }
1941
1940
  });
1942
1941
  }