From 8139f786ecbd9faf73184d7baa15875861b93d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sat, 23 Jun 2018 12:55:35 +0200 Subject: [PATCH] included a typo.. --- server/public/assets/js/functions.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/public/assets/js/functions.js b/server/public/assets/js/functions.js index 8a84176e..efb091c4 100644 --- a/server/public/assets/js/functions.js +++ b/server/public/assets/js/functions.js @@ -784,12 +784,11 @@ function resizePlaylistPlaying(playing) { if(window.innerWidth < 601) { var subtract = 0; if(playing) { - Helper.css("#chat-bar" "height", window.innerHeight - 246 - subtract + "px"); + Helper.css("#chat-bar", "height", window.innerHeight - 246 - subtract + "px"); subtract = 200; } else { 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"); var temp_fit = Math.round(Helper.computedStyle("#wrapper", "height") / 71)+1; if(temp_fit > List.can_fit || temp_fit < List.can_fit){