Removed notifications from mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-21 19:22:23 +01:00
parent dd7e9ecd7a
commit 2e34170a82
4 changed files with 8 additions and 8 deletions

View File

@@ -219,7 +219,7 @@ function init(){
setup_chat_listener();
if(!Helper.mobilecheck() && $("#alreadychannel").length === 0) setup_host_initialization();
if(!Helper.msieversion()) Notification.requestPermission();
if(!Helper.msieversion() && !Helper.mobilecheck()) Notification.requestPermission();
$(".search_input").focus();