mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-21 21:30: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', ->
|
||||
overlaySmileyList.wcfDialog
|
||||
title: WCF.Language.get 'chat.general.smilies'
|
||||
title: WCF.Language.get 'chat.global.smilies'
|
||||
|
||||
overlaySmileyList.css
|
||||
'max-height': $(window).height() - overlaySmileyList.parent().siblings('.dialogTitlebar').outerHeight()
|
||||
|
Loading…
Reference in New Issue
Block a user