mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Fix wrong lang var name
This commit is contained in:
parent
20bce575bb
commit
2ab194541f
@ -163,7 +163,7 @@ Open the smiley wcfDialog
|
|||||||
|
|
||||||
$('#timsChatSmileyPopupButton').on 'click', ->
|
$('#timsChatSmileyPopupButton').on 'click', ->
|
||||||
overlaySmileyList.wcfDialog
|
overlaySmileyList.wcfDialog
|
||||||
title: WCF.Language.get 'chat.general.smilies'
|
title: WCF.Language.get 'chat.global.smilies'
|
||||||
|
|
||||||
overlaySmileyList.css
|
overlaySmileyList.css
|
||||||
'max-height': $(window).height() - overlaySmileyList.parent().siblings('.dialogTitlebar').outerHeight()
|
'max-height': $(window).height() - overlaySmileyList.parent().siblings('.dialogTitlebar').outerHeight()
|
||||||
|
Loading…
Reference in New Issue
Block a user