mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with navigating on mobile
This commit is contained in:
@@ -531,7 +531,9 @@ var Channel = {
|
||||
$("#seekToDuration").remove();
|
||||
$(".sidenav").sidenav("destroy");
|
||||
if(!client) {
|
||||
$("#chan").tooltip("destroy");
|
||||
if(!Helper.mobilecheck()) {
|
||||
$("#chan").tooltip("destroy");
|
||||
}
|
||||
if(M.TapTarget.getInstance($(".tap-target"))) {
|
||||
$('.tap-target').tapTarget('close');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user