Sprawdź inne sugestie
-
In case of the vast majority of problems with the Horizon digital TV box, our customers have restored the proper functioning of the service in the following way: Reset of...
-
In case of the vast majority of problems with the UPC Moduł CI+ 4K, our customers have restored the proper functioning of the service in the following way Re-searching for...
-
Szczegółowe informacje o dekoderze Mediabox znajdziesz w instrukcji.
-
Pamiętaj, żeby zmieniać hasło korzystając z połączenia kablowego z Internetem. Uruchom przeglądarkę internetową i jako adres strony wpisz 192.168.1.1 Zaloguj się na modem pozostawiając pola User/Nazwa użytkownika i Password/Hasło...
-
If you are planning a flat renovation, want to move one of the UPC devices to another place or simply need the help of our technician, talk to our Technical...
-
To restore factory settings with the use of a pilot, open the MENU . Then select SETTINGS and then FACTORY SETTINGS . The digital TV box will ask you to enter PIN...
-
UPC TV 4K BOX szerokość - 8 cm wysokość - 1,8 cm głębokość - 8 cm waga: 97 g Horizon szerokość - 25,1 cm wysokość - 7,8 cm głębokość - 24,3 cm waga: 1,81 kg (dekoder z...
-
Set language to English Poniżej znajdziesz szczegółowe informacje o zwrocie sprzętu. 1. Jaki sprzęt i w jakiej sytuacji zwrócić Rezygnujesz z usługi UPC - zwróć sprzęt zgodnie z poniższą tabelą. Zmieniasz usługi w ramach samodzielnej...
-
UPC TV 4K BOX – telegazeta jest niedostępna Horizon – naciśnij na pilocie TELETEKST lub TEXT Mediabox – naciśnij na pilocie TXT
-
Pakiet Filmy i Seriale - My Prime to usługa wyłącznie dla Klientów indywidualnych, dająca dostęp do katalogu wielu godzin materiałów video dostępnych na żądanie: znanych filmów popularnych seriali bajek dla dzieci...
');
registerClick();
if (NO_FLASH != 1)
if (navigator.userAgent.indexOf("Edge") < 0)
if (!IS_MOBILE_BROWSER) {
embedFlash();
}
$('#avatar-container').jani({
frameWidth: ANIMATION_WIDTH,
frameHeight: ANIMATION_HEIGHT,
speed: ANIMATION_SPEED,
totalFrames: ANIMATION_TOTAL_FRAMES
});
try {
document.getElementById('mp3').addEventListener("ended",
endSoundCallback, true);
document.getElementById('mp3').addEventListener("error",
endSoundCallback, true);
document.getElementById('mp3').addEventListener("play",
playSoundCallback, true);
} catch (e) {
}
initAutocomplete();
raportGATiming(requestResult);
// bug na urządzeniach android chrome, nieodświerzanie ikonek
$(".glyphicon").css("width", "auto");
startSampytaj();
try {
window.history.pushState(requestResult,
requestResult.query, requestResult.urlQueryString.replace('amp;', ''));
} catch (e) {
}
}
function isSuggestionDisabled(requestResult) {
return requestResult.jaioResult.categoryNames.includes("nosuggest");
}
function updateLayout(requestResult) {
resetRateForm();
updateAnswerLayout(requestResult);
//external search layout
if (!isSuggestionDisabled(requestResult) && requestResult.externalSearchResult != null && requestResult.externalSearchResult.length !== 0) {
var htmlCC = "
Sprawdź inne sugestie
";
for (var i = 0; i < requestResult.externalSearchResult.length; i++) {
htmlCC += "";
}
htmlCC += "
";
$("#" + ANSWER_CCRESULTS_ID).html(htmlCC);
$("#seeMore").show();
} else {
$("#" + ANSWER_CCRESULTS_ID).html("
Sprawdź inne sugestie
Brak dodatkowych odpowiedzi na zadane pytanie.
Skorzystaj z odpowiedzi wyświetlonej powyżej lub zadaj kolejne pytanie.");
$("#seeMore").hide();
}
try {
iFrameResize({log:false});
} catch(e) {}
}