mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed not closing brackets
This commit is contained in:
@@ -1135,7 +1135,7 @@ $(document).on("click", ".brand-logo-navigate", function(e){
|
||||
});
|
||||
|
||||
$(document).on("click", "#player_bottom_overlay", function(e){
|
||||
if($(e.target).attr("id") == "closePlayer")) return;
|
||||
if($(e.target).attr("id") == "closePlayer") return;
|
||||
Frontpage.to_channel(chan.toLowerCase(), false);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user