mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
fixed some issues with switching channels and host-mode enabling
This commit is contained in:
@@ -153,6 +153,7 @@ var List = {
|
||||
},
|
||||
|
||||
populate_list: function(msg, no_reset) {
|
||||
if(document.querySelector("#wrapper") == null) return;
|
||||
// This math is fucked and I don't know how it works. Should be fixed sometime
|
||||
if(!Helper.mobilecheck() && !embed && !client){
|
||||
List.can_fit = Math.round(Helper.computedStyle("#wrapper", "height") / 71);
|
||||
|
||||
Reference in New Issue
Block a user