ATAKÖY'DE ALEVLER YÜKSELDİ!
İstanbul Yenibosna E-5 yanyol'unda bulunan residencelardan birinin bahçesinde yangın çıktı. Alevler hızla yükselirken 20 dakika boyunca itfaiye ekipleri bölgeye sevk edilmedi. ')?.getAttribute('content') }, body: JSON.stringify({ id, model, platform, url }) }).catch(err => console.error('Share count fetch error:', err)); } function goSharePopup(url, title, width = 600, height = 400) { const left = (screen.width - width) / 2; const top = (screen.height - height) / 2; window.open( url, title, `width=${width},height=${height},left=${left},top=${top},resizable=yes,scrollbars=yes` ); } async function handleMobileShare(event, title, url) { event.preventDefault(); if (shareableModelId && shareableModelClass) { shareCount(shareableModelId, shareableModelClass, 'native_mobile_share', url); } const isAndroidWebView = navigator.userAgent.includes('Android') && !navigator.share; if (isAndroidWebView) { window.location.href = 'androidshare://paylas?title=' + encodeURIComponent(title) + '&url=' + encodeURIComponent(url); return; } if (navigator.share) { try { await navigator.share({ title: title, url: url }); } catch (error) { if (error.name !== 'AbortError') { console.error('Web Share API failed:', error); } } } else { alert("Bu cihaz paylaşımı desteklemiyor."); } } function initiateDesktopShare(event, platformOverride = null) { event.preventDefault(); const anchor = event.currentTarget; const platform = platformOverride || anchor.dataset.platform; const webShareUrl = anchor.href; const contentUrl = anchor.dataset.shareUrl || webShareUrl; if (shareableModelId && shareableModelClass && platform) { shareCount(shareableModelId, shareableModelClass, platform, contentUrl); } goSharePopup(webShareUrl, platform ? platform.charAt(0).toUpperCase() + platform.slice(1) : "Share"); } function copyURL(event, urlToCopy) { event.preventDefault(); navigator.clipboard.writeText(urlToCopy).then(() => { alert('Bağlantı panoya kopyalandı!'); }).catch(err => { console.error('Could not copy text: ', err); try { const textArea = document.createElement("textarea"); textArea.value = urlToCopy; textArea.style.position = "fixed"; document.body.appendChild(textArea); textArea.focus(); textArea.select(); document.execCommand('copy'); document.body.removeChild(textArea); alert('Bağlantı panoya kopyalandı!'); } catch (fallbackErr) { console.error('Fallback copy failed:', fallbackErr); } }); } const dropdownButton = document.querySelector('.dropdownButton'); if (dropdownButton) { const icon = dropdownButton.querySelector('#icon'); const parentDropdown = dropdownButton.closest('.dropdown'); if (parentDropdown && icon) { parentDropdown.addEventListener('show.bs.dropdown', function () { icon.classList.remove('fa-plus'); icon.classList.add('fa-minus'); }); parentDropdown.addEventListener('hide.bs.dropdown', function () { icon.classList.remove('fa-minus'); icon.classList.add('fa-plus'); }); } } A- A+
İstanbul Yenibosna E-5 yanyol'unda bulunan residencelardan birinin bahçesinde yangın çıktı. Alevler hızla yükselirken 20 dakika boyunca itfaiye ekipleri bölgeye sevk edilmedi.
Halkın ve binalarda çalışan yetkililerin çabasına rağmen yangın daha da alevlendi. Gazetemizin muhabirlerinin itfaiyeyi arayarak tekrar talepte bulunması üzerine 5 dk içinde itfaiye ekipleri bölgeye intikal etti.
İtfaiye ekiplerinin bölgeye gelmesi üzerine vatandaşlar trafik akışı sağlayarak itfaiyeye yol açtı .
Yaklaşık 1 buçuk saat süren yangın itfaiyenin ve residence yetkililerin büyük çabası sonucu kontrol altına alındı.
Yorumlar