1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Fix dropdown when switching to fullscreen

This commit is contained in:
Tim Düsterhus 2013-05-30 21:50:47 +02:00
parent 70f6516176
commit 859bc369ef

View File

@ -236,6 +236,9 @@ Mark smilies as disabled when they are disabled.
Toggle fullscreen mode.
$('#timsChatFullscreen').click (event) ->
# Force dropdowns to reorientate
$('.dropdownMenu').data 'orientationX', ''
if $('#timsChatFullscreen').data 'status'
$('html').addClass 'fullscreen'
else