91³Ô¹ÏÍø

Watch CBS News

Fridley police seek info on 2 loose dogs that killed a pet

Police in a northern Minneapolis suburb are looking for information about two dogs that killed a third on Sunday.

Fridley Public Safety said the attack yielded no 911 call, but a community member who saw a post about it on social media contacted police the day after.

Police began investigating and contacted the slain dog's owner. The owner said they were carrying their two dogs near Fifth and 63rd avenues when two loose dogs approached them. One attacked them and killed one of their pets, they said. It happened between 7 and 7:30 p.m. Sunday.

The owner said her chihuahua, named Paco, was the dog that died in the attack. Family is devastated, she said.

Sue Schillinger lives down the street from where the attack happened. She's not only worried for her Bernedoodle named Piper, but also the dog she cares for at her in-home doggy daycare.  

"I just was real concerned when I heard it, especially when clients are writing to me and saying what happened over by near your home," said Schillinger.  

Schillinger is now extra thankful for the extra security measure of the six foot tall fence in her backyard.

"I'd like to know what happened and who it happened to and whose dogs those were, that were running loose," said Schillinger.

Neighbor Robin Kowalski is also being extra careful.

"It's been very traumatic for me thinking about these poor people that lost their dog," said Kowalski. "We're not walking the dogs and I'm always watching, because those dogs could easily hop our back fence."

The loose dogs were described as Staffordshire bull terriers, one black and one tan. Police are asking anyone with information about or photos or videos of the dogs to call 763-572-3629 or .

"Officers will be doing extra patrols in the area to continue to search for the loose dogs," Fridley Public Safety said.

Police said Wednesday they have received good tips and info, and are currently investigating a lead.  

Police also reminded residents to call 911 about any dog attacks, or "if you see a dog running at large but it has not caused harm."

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=50747257b890e014813016b79ece0fb2'; 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(); } }); }); }); });