@patch-adams/core 1.5.23 → 1.5.24

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
@@ -5306,7 +5306,6 @@ window.pa_patcher = window.pa_patcher || {
5306
5306
  try {
5307
5307
  var xhr = new XMLHttpRequest();
5308
5308
  xhr.open('GET', ASSET_VERSION_URL, false);
5309
- xhr.timeout = 2000;
5310
5309
  xhr.send();
5311
5310
  if (xhr.status === 200) {
5312
5311
  window.__pa_v = JSON.parse(xhr.responseText).v || '1';