Alumni
Alumni: Abby Prohaska expected to be sidelined for Notre Dame due to illness
Article found at espn.com
Abby,
Keep your head up and know that we’re behind you and hope for a speedy recovery. We appreciate Firebird Nation for all the thoughts and prayers going out for Abby! #WestPride #SeeTheFuture
God’s Got me. #GoIrish pic.twitter.com/8B2l82x1K2
— Abby Prohaska (@abbyproha) November 4, 2019
Always our Abs. We love you and support you… Then, Now, Always. If anyone has the strength to battle through with flying colors, it’s our #32. #GreatnessNow #WEareLakota #GoIrish ❤️ https://t.co/X15Rzzez0d
— Lakota West Girls Basketball (@LakotaWestGB) November 4, 2019
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 (_) {} })();