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

Fix refreshRoomList button

This commit is contained in:
Tim Düsterhus 2013-05-17 20:23:59 +02:00
parent 92f142f06c
commit 1cb8b50678

View File

@ -198,7 +198,7 @@ Reset autocompleter to default status, when the input is `click`ed, as the posit
Refresh the room list when the associated button is `click`ed.
$('#timsChatRoomList button').click ->
@refreshRoomList()
refreshRoomList()
Clear the chat by removing every single message once the clear button is `clicked`.