mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Adding Force-Refresh Button for the RoomList
This commit is contained in:
parent
cca83a596f
commit
192a421a19
@ -109,6 +109,9 @@ TimWolla.WCF ?= {}
|
||||
@autocompleteValue = null
|
||||
, @
|
||||
|
||||
# Refreshes the roomlist
|
||||
$('#chatRoomList button').click $.proxy(@refreshRoomList, @)
|
||||
|
||||
# Clears the stream
|
||||
$('#chatClear').click (event) ->
|
||||
event.preventDefault()
|
||||
|
@ -119,6 +119,7 @@
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ul>
|
||||
<div style="text-align: center;"><button type="button">Force Refresh</button></div>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user