mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed notifications from mobile
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user