@everymatrix/lottery-program-wof 1.29.4 → 1.29.5
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.
|
@@ -5310,9 +5310,8 @@
|
|
|
5310
5310
|
container.appendChild(sheet);
|
|
5311
5311
|
};
|
|
5312
5312
|
const setClientStylingURL = async (clientstylingurl, callback) => {
|
|
5313
|
-
const
|
|
5314
|
-
|
|
5315
|
-
});
|
|
5313
|
+
const res = await fetch(clientstylingurl);
|
|
5314
|
+
const clientstyling = await res.text();
|
|
5316
5315
|
callback(clientstyling);
|
|
5317
5316
|
};
|
|
5318
5317
|
|