removing player from iphone for weird sizing issues

This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-28 12:02:11 +01:00
parent 0f6708513e
commit c8845b0dfc
6 changed files with 14 additions and 14 deletions

View File

@@ -92,10 +92,10 @@ $(document).ready(function()
socket.emit("password", [localStorage[chan.toLowerCase()], chan.toLowerCase()]);
}*/
/*if(window.mobilecheck()){
if(/iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream){
document.getElementById("search").blur();
Youtube.readyLooks();
}else{*/
}else{
Chat.setup_chat_listener(chan);
Chat.allchat_listener();
@@ -129,7 +129,7 @@ $(document).ready(function()
+ git_info[0].commit.message+"<br");
Helper.sample();
//}
}
$( "#results" ).hover( function() { $("div.result").removeClass("hoverResults"); i = 0; }, function() { });
$("#search").focus();