91³Ô¹ÏÍø

Watch CBS News

Parents in Grapevine concerned about accused pedophile's arrest

GRAPEVINE, Texas (CBSDFW.COM) - Grapevine police have received calls from parents concerned their children could be additional abuse victims of a daycare employee who police in Southlake arrested last week.

The families had children in Thaddaeus Davidson's classroom when he worked at Lionheart Academy. In a letter to parents the school said an internal investigation after Davidson's arrest turned up two suspected child abuse concerns that a school director had been made aware of but had not reported. The school fired the director after the discovery.

It also found other incidents involving Davidson that it said staff should also have reported, although it was not clear if they rose to the level of being described as abuse.

Lionheart fired Davidson, 33, in July, telling parents in a letter that he refused to "comply with applicable standards."

Southlake police arrested him Oct. 11 for two counts of indecency with a child, after reports of possible abuse where he was working at Carpe Diem, a daycare center. Records show Davidson was released from jail Sunday.

Lionheart was holding a training session for parents Thursday night with Alliance for Children, an advocacy group that works to protect children from abuse. The session was intended to help parents recognize the warning signs of abuse, and how to talk to children about it in age appropriate ways.

Crawford Jones, who had children at the school last year while Davidson was there, said he was concerned there hadn't been any direct contact with families who were no longer there. He learned about the allegation after recommending the school to a friend, who then discovered media reports about Davidson's arrest.

"That's absolutely part of our concern," he said. "Just the fact that, if we wouldn't have been proactive and called up there, would we have ever been notified of this?"

In response to a question about informing families the school said it had "broadly communicated with students and families affected by this situation as warranted."

One of those communications said the school is now requiring additional training for staff; has established new policies on where male teachers may work; created a hotline for reporting concerns; and revised procedures on staff discipline and complaints. The school said it was doing everything in its power to ensure children are fully protected.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });