mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
included a typo..
This commit is contained in:
@@ -784,12 +784,11 @@ function resizePlaylistPlaying(playing) {
|
|||||||
if(window.innerWidth < 601) {
|
if(window.innerWidth < 601) {
|
||||||
var subtract = 0;
|
var subtract = 0;
|
||||||
if(playing) {
|
if(playing) {
|
||||||
Helper.css("#chat-bar" "height", window.innerHeight - 246 - subtract + "px");
|
Helper.css("#chat-bar", "height", window.innerHeight - 246 - subtract + "px");
|
||||||
subtract = 200;
|
subtract = 200;
|
||||||
} else {
|
} else {
|
||||||
document.querySelector("#chat-bar").style.height = "";
|
document.querySelector("#chat-bar").style.height = "";
|
||||||
}
|
}
|
||||||
Helper.css("#chat-bar" "height", window.innerHeight - 246 - subtract + "px");
|
|
||||||
Helper.css("#wrapper", "height", window.innerHeight - 246 - subtract + "px");
|
Helper.css("#wrapper", "height", window.innerHeight - 246 - subtract + "px");
|
||||||
var temp_fit = Math.round(Helper.computedStyle("#wrapper", "height") / 71)+1;
|
var temp_fit = Math.round(Helper.computedStyle("#wrapper", "height") / 71)+1;
|
||||||
if(temp_fit > List.can_fit || temp_fit < List.can_fit){
|
if(temp_fit > List.can_fit || temp_fit < List.can_fit){
|
||||||
|
|||||||
Reference in New Issue
Block a user