fix dynamic creation of remote script tags

This commit is contained in:
Shaun Walker 2020-06-02 16:10:02 -04:00
parent c4f1d37421
commit 5544d2bed3

View File

@ -138,7 +138,7 @@ Oqtane.Interop = {
script.integrity = integrity;
}
if (crossorigin !== "") {
script.crossorigin = crossorigin;
script.crossOrigin = crossorigin;
}
}
else {