mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Closeplayer button doesn't navigate to channel anymore
This commit is contained in:
@@ -1134,7 +1134,8 @@ $(document).on("click", ".brand-logo-navigate", function(e){
|
|||||||
Channel.onepage_load();
|
Channel.onepage_load();
|
||||||
});
|
});
|
||||||
|
|
||||||
$(document).on("click", "#player_bottom_overlay", function(){
|
$(document).on("click", "#player_bottom_overlay", function(e){
|
||||||
|
if($(e.target).attr("id") == "closePlayer")) return;
|
||||||
Frontpage.to_channel(chan.toLowerCase(), false);
|
Frontpage.to_channel(chan.toLowerCase(), false);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user