Cora Frances (Wheeler) Silvis
Aug 29, 2017
Kingsland
Cora F. Silvis, age 95 passed away Tuesday, August 29, 2017 at her residence under the care of Hospice of the Golden Isles.
{ for (const mutation of mutationList) { if (mutation.type === 'childList') { clearTimeout(reinit); reinit = setTimeout(removeLoader, 3000); } }};let observer = new MutationObserver(callback);let removeLoader = () => { element.removeAttribute('style') observer.disconnect()}observer.observe(element, {attributes: false, childList: true, subtree: false });console.log = function(){ console.defaultLog.apply(console, arguments); if(String(arguments[0]).includes('function failed') && !document.getElementById('tukios--obituary-app-wrapper')) { console.log('retrying'); renderApp(); }}if (data.device === 'mobile') {const attachScoped = () => { const obitName = element.querySelectorAll('.tukios--obituary-listing-name'); const obitDate = element.querySelectorAll('.tukios--obituary-listing-date'); const obitText = element.querySelectorAll('.tukios--obituary-listing-snippet'); if (!obitName.length && !obitDate.length && !obitText.length) { requestAnimationFrame(attachScoped); return; } obitName.forEach(el => el.classList.add('mobile-name')); obitDate.forEach(el => el.classList.add('mobile-date')); obitText.forEach(el => el.classList.add('mobile-text'));};requestAnimationFrame(attachScoped);} };