In Alençon (Orne), in a building in the Perseigne district, in the rue Anatole-France, an explosion took place on Sunday, August 26, 2018 at 10.00 am. This came from an apartment on the third floor. Rare fact, it is an aerosol bomb that would be the cause of this explosion, in the kitchen of the apartment.
Burned by the blast
At that time there was a woman in the neighborhood nearby. She was seriously injured after burns caused by this explosion. 41 years old, the victim was taken to the hospital of Tours in a helicopter (Indre-et-Loire).
Her husband, 45 years old, was more lightly and transported to the hospital of Alençon. 18 firefighters were hired to help the couple without anyone knowing why the bomb exploded.
function controleConnexion(type, explain, origine = ""){ //console.log("ORIGINE:"+origine) // si on post un commentaire on doit tout gérer en ajax, sinon on recharge simplement la page if($(".connexion-form #modal-redirect").val()!=""){ // post comment if(type=="success"){ user_connect = true; id_button_click = $(".connexion-form #modal-redirect").val(); setInterval(function(){ if(!execute){ execute = true; $(id_button_click).click(); } }, 1000); } }else{ //inscrption via form header if( (type=="success" && explain == "new") || origine =="login") location.reload(); } // else // location.reload(); }
var newsletter = false; /* Cut text */ function ellipsizeTextBox(el){ var wordArray = el.innerHTML.split(' '); while(el.scrollHeight > el.offsetHeight) { wordArray.pop(); el.innerHTML = wordArray.join(' ') + '...'; }} $(function(){$("h3.entry-title a").each(function(index){ ellipsizeTextBox(this);});});
// Fonctions pour Facebook Connect/Login function statusChangeCallback(response, type) { FB.api('/me', {fields: 'id,last_name,first_name,email,gender'}, function(response) { //console.log(response); if(response.email != undefined){ //console.log(response.email); $.ajax({ url: "ajax/users.php", type: "post", data: {nom: response.last_name, prenom: response.first_name, email: response.email, userID: response.id, sexe: response.gender, newsletter: newsletter}, dataType:"json", success:function(res){ controleConnexion(res.type, res.explain, type); } }); }else{ if(type=="login"){ alert("La connexion via Facebook a échoué. Vous devez accepter de partager votre adresse e-mail avec Tendance Ouest."); // On enlève les permissions car pas d'email FB.api( '/me/permissions', 'DELETE', {}, function(response) { }); } } } ); }; function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response, "login"); }); }
var statut; window.fbAsyncInit = function() { FB.init({ appId: '462585887473344', cookie: true, xfbml: true, version : 'v3.0'}); FB.AppEvents.logPageView(); FB.getLoginStatus(function(response) { statusChangeCallback(response, "connexion"); /* IN footer */ });}; (function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/fr_FR/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function select_pages(elem, idTab, idPage) { var listes = document.getElementById(idTab).getElementsByClassName('listeinfo'); for (var i = 0; i < listes.length; i++) { listes[i].className = "listeinfo"; }; document.getElementById(idPage).className = "listeinfo activelisteinfo"; var e = elem.parentNode.getElementsByTagName('span'); for (var i = 0; i < e.length; i++) { e[i].className = ""; }; elem.className = "active"; }
Source link