From dc2e75cf722b06f2ba9d837696d8b51ef4adeb45 Mon Sep 17 00:00:00 2001 From: Maximilian Mader Date: Thu, 27 Feb 2014 16:14:11 +0100 Subject: [PATCH] Fix private channels in fullscreen mode --- file/js/be.bastelstu.Chat.litcoffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/file/js/be.bastelstu.Chat.litcoffee b/file/js/be.bastelstu.Chat.litcoffee index 244d620..199185e 100644 --- a/file/js/be.bastelstu.Chat.litcoffee +++ b/file/js/be.bastelstu.Chat.litcoffee @@ -861,6 +861,7 @@ Open private channel handleScroll event $('#timsChatMessageContainer0').after div + $('.timsChatMessageContainer').height $('.timsChatMessageContainer').height() if userID isnt 0 $('#timsChatTopic').removeClass 'empty' @@ -903,6 +904,7 @@ Open private channel $('#timsChatMessageTabMenu').wcfTabs 'select', $("#timsChatMessageTabMenuAnchor#{userID}").parent().index() do WCF.DOMNodeInsertedHandler.execute + do $(window).resize openChannel = userID