Dvoboj bo odločal o tretjem mestu v skupini, ki pa ne prinaša ničesar. Bolj kot rezultatsko bo obračun pomemben za selektorja Matjaža Keka, ki bo iskal odgovore za nadaljevanje reprezentančnih akcij spomladi, ko se bo začel nov ciklus v Ligi narodov.
Kek ima pred nocojšnjo nalogo nekaj kadrovskih težav. Zaradi poškodb in bolezni manjkajo Luka Zahović, Jon Gorenc Stanković, Benjamin Šeško in Domen Črnigoj, namesto njih so se članski vrsti pridružili novinec Žan Celar, Blaž Vrhovec, Haris Vučkić in Nino Kouter.
Na prvi medsebojni tekmi je bil izid septembra 1:1.
Zadnja tekma v teh kvalifikacijah Slovenijo čaka v nedeljo, ko se bo v Stožicah pomerila s Ciprom.
SKUPINA H, danes ob 20.45:
SLOVAŠKA – SLOVENIJA
Slovaška: Rodak, Holubek, Škriniar, Šatka, Pekarik, Lobotka, Haraslin, Hamšik, Bero, Mak, Almasi.
Slovenija: Oblak, Balkovec, Mevlja, Blažič, Stojanović, Zajc, Štulac, Lovrić, Verbič, Iličić, Šporar.
Sodnik: Mattias Gestranius (Finska)
MALTA – HRVAŠKA
RUSIJA – CIPER 6:0 (1:0)
Erohin 4., 87., Smolov 55., Mostovoj 56., Sutormin 62., Zabolotnji 82.
Lestvica: RUSIJA 9 7 1 1 19:5 22 točk HRVAŠKA 8 5 2 1 13:3 17 -------------------------------- SLOVAŠKA 8 2 4 2 9:8 10 SLOVENIJA 8 3 1 4 9:9 10 MALTA 8 1 2 5 8:17 5 CIPER 9 1 2 6 3:19 5
Skupina A:
AZERBAJDŽAN – LUKSEMBURG 1:3 (0:0)
Salahli 83.; Rodrigues 67., 91., Thill 78.
RK: Mutalimov 21./Azerbajdžan
Ob 20.45:
IRSKA – PORTUGALSKA
Lestvica: SRBIJA 7 5 2 0 16:8 17 točk PORTUGALSKA 6 5 1 0 16:4 16 LUKSEMBURG 6 2 0 4 5:14 6 IRSKA 6 1 2 3 8:8 5 AZERBAJDŽAN 7 0 1 6 4:15 1
Skupina B:
GRUZIJA – ŠVEDSKA 2:0 (0:0)
Kvaratskhelia 61., 78.
Ob 20.45:
GRČIJA – ŠPANIJA
Lestvica: ŠVEDSKA 6 5 0 1 12:3 15 točk ŠPANIJA 6 4 1 1 13:5 13 GRČIJA 6 2 3 1 7:6 9 GRUZIJA 7 1 1 5 4:12 4 KOSOVO 7 1 1 5 4:14 4
Skupina J:
ARMENIJA – SEVERNA MAKEDONIJA 0:5 (0:2)
Trajkovski 22., Bardhi 36., 66./11-m, 90./11-m, Ristovski 79.
Ob 20.45:
NEMČIJA – LIHTENŠTAJN
ROMUNIJA – ISLANDIJA
Lestvica: NEMČIJA * 8 7 0 1 23:3 21 točk ROMUNIJA 8 4 1 3 11:9 13 S. MAKEDONIJA 8 3 3 2 15:10 12 ARMENIJA 8 3 3 2 8:11 11 ISLANDIJA 8 2 2 4 11:15 8 LIHTENŠTAJN 8 0 1 7 2:23 1 * - na svetovnem prvenstvu
// Production steps of ECMA-262, Edition 6, 22.1.2.1
Array.from||(Array.from=function(){var r;try{r=Symbol.iterator?Symbol.iterator:"Symbol(Symbol.iterator)"}catch(t){r="Symbol(Symbol.iterator)"}var t=Object.prototype.toString,n=function(r){return"function"==typeof r||"[object Function]"===t.call(r)},o=Math.pow(2,53)-1,e=function(r){var t=function(r){var t=Number(r);return isNaN(t)?0:0!==t&&isFinite(t)?(t>0?1:-1)*Math.floor(Math.abs(t)):t}(r);return Math.min(Math.max(t,0),o)};return function(t){var o=Object(t),a=n(o[r]);if(null==t&&!a)throw new TypeError("Array.from requires an array-like object or iterator - not null or undefined");var i,u=arguments.length>1?arguments[1]:void 0;if(void 0!==u){if(!n(u))throw new TypeError("Array.from: when provided, the second argument must be a function");arguments.length>2&&(i=arguments[2])}var f=e(o.length);return function(r,t,n,o,e,a){for(var i=0;i
// Dark mode, Comments & Login if (document.cookie.indexOf('darkModeEnabled=true') != -1) document.body.classList.add('dark-mode'); if (document.cookie.indexOf('showComments=true') != -1) document.body.classList.add('show-comments-enabled'); if (document.cookie.indexOf('APISESSION_USER_ID') != -1) { document.body.classList.add('user-logged-in'); } else { document.body.classList.add('user-logged-out'); }
// Mobile check var mobile = false; var mobile_xs = false;
var checkIfMobile = function checkIfMobile() { var w = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
w < 992 ? (mobile = true) : (mobile = false); // 992px = lg breakpoint w < 576 ? (mobile_xs = true) : (mobile_xs = false); // 576px = sm breakpoint }; checkIfMobile(); window.addEventListener("resize", checkIfMobile); // iOS standalone var isIos = function isIos() { var userAgent = window.navigator.userAgent.toLowerCase(); return /iphone|ipad|ipod/.test(userAgent); }; // Detects if device is on iOS var isInStandaloneMode = function isInStandaloneMode() { return "standalone" in window.navigator && window.navigator.standalone; }; // Detects if device is in iOS standalone mode var showIosNative = false; if (window.location.href.indexOf("show-ios-native") !== -1) document.cookie = "showIosNative=true"; if (document.cookie && document.cookie.indexOf("showIosNative=true") != -1) showIosNative = true; if ((isIos() && isInStandaloneMode() && mobile) || showIosNative) document.body.classList.add("ios-standalone"); // Facebook if(document.cookie && document.cookie.indexOf("cc_social=yes") > -1){ (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/sl_SI/sdk.js#xfbml=1&autoLogAppEvents=1&version=v3.1&appId=142347525793254"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }