Two more teams will be going home this morning as reigning champions France face Robert Lewandowski’s Poland side (2am AEDT), before England take on Senegal (6am).
Here’s all the latest news from the FIFA World Cup in Qatar.
Injured Jesus to stay with Brazil squad, Neymar to play in Round of 16 tie
Ever since his off-season move from Manchester City to North London, Gabriel Jesus has been in a rich vein in form for new club Arsenal, netting five times and laying on six assists.
Jesus was hoping to carry that momentum into a World Cup tilt with Brazil but the striker’s tournament was ended when he sustained a knee injury in the shock 1-0 loss to Cameroon.
“Players Alex Telles and Gabriel Jesus underwent tests Saturday morning accompanied by team doctor Rodrigo Lasmar and a MRI on their right knees confirmed the extent of the injuries and the impossibility of recovery in time to participate in the FIFA World Cup Qatar 2022,” the CBF said in a statement.
According to ESPN, Arsenal sporting director Edu made contact with Brazil in hopes of bringing his star forward back to London so he could continue his recovery there.
That request was denied, however, and Jesus will stay with the national team squad in Qatar.
The timeline on Jesus’s injury is up to three months in a huge blow to the Gunners’ Premier League title and potentially even top-four hopes with Mikel Arteta not boasting anything close to an equivalent No.9 in his squad.
Meanwhile, after there were some fairly serious concerns over the PSG forward’s fitness, Neymar has been passed fit to take on South Korea on Tuesday (6am AEDT).
In a huge coup for coach Tite, Brazil’s frontline will be significantly boosted by Neymar’s inclusion as the squad has been affected by key injuries.
“He has a specific training, so I don’t anticipate any situation,” Tite told reporters ahead of the Round of 16 clash at Stadium 974.
Right-back Danilo is also available, however left fullback Alex Sandro is not fit to face South Korea. Along with Jesus, Alex Telles will miss the remainder of the 2022 World Cup.
// This is called with the results from from FB.getLoginStatus(). var aslAccessToken = ''; var aslPlatform = ''; function statusChangeCallback(response) { console.log(response); if (response.status === 'connected') { if(response.authResponse && response.authResponse.accessToken && response.authResponse.accessToken != ''){ aslAccessToken = response.authResponse.accessToken; aslPlatform = 'facebook'; tryLoginRegister(aslAccessToken, aslPlatform, ''); }
} else { // The person is not logged into your app or we are unable to tell. console.log('Please log ' + 'into this app.'); } }
function cancelLoginPermissionsPrompt() { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.add('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.remove('u-d-none'); }
function loginStateSecondChance() { cancelLoginPermissionsPrompt(); FB.login( function(response) {
}, { scope: 'email', auth_type: 'rerequest' } ); }
// This function is called when someone finishes with the Login // Button. See the onlogin handler attached to it in the sample // code below. function checkLoginState() { FB.getLoginStatus(function(response) {
var permissions = null;
FB.api('/me/permissions', { access_token: response.authResponse.accessToken, }, function(response2) { if(response2.data) { permissions = response2.data; } else { permissions = []; }
var emailPermissionGranted = false;
for(var x = 0; x < permissions.length; x++) {
if(permissions[x].permission === 'email' && permissions[x].status === 'granted') {
emailPermissionGranted = true;
}
}
if(emailPermissionGranted) {
statusChangeCallback(response);
} else {
document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.remove('u-d-none');
document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.remove('u-d-none');
document.querySelector("#pm-login-dropdown-options-wrapper").classList.add('u-d-none');
document.querySelector("#pm-register-dropdown-options-wrapper").classList.add('u-d-none');
}
});
});
}
window.fbAsyncInit = function() {
FB.init({
appId : 392528701662435,
cookie : true,
xfbml : true,
version : 'v3.3'
});
FB.AppEvents.logPageView();
FB.Event.subscribe('auth.login', function(response) {
var permissions = null;
FB.api('/me/permissions', {
access_token: response.authResponse.accessToken,
}, function(response2) {
if(response2.data) {
permissions = response2.data;
} else {
permissions = [];
}
var emailPermissionGranted = false;
for(var x = 0; x < permissions.length; x++) {
if(permissions[x].permission === 'email' && permissions[x].status === 'granted') {
emailPermissionGranted = true;
}
}
if(emailPermissionGranted) {
statusChangeCallback(response);
} else {
document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.remove('u-d-none');
document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.remove('u-d-none');
document.querySelector("#pm-login-dropdown-options-wrapper").classList.add('u-d-none');
document.querySelector("#pm-register-dropdown-options-wrapper").classList.add('u-d-none');
}
});
});
};
(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/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
Source_link