mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Elements are unbound automatically
This commit is contained in:
parent
3b5fa3d95a
commit
ff56eac276
@ -215,7 +215,6 @@ TimWolla.WCF ?= {}
|
|||||||
dataType: 'json'
|
dataType: 'json'
|
||||||
type: 'POST'
|
type: 'POST'
|
||||||
success: $.proxy((data, textStatus, jqXHR) ->
|
success: $.proxy((data, textStatus, jqXHR) ->
|
||||||
$('.chatRoom').unbind 'click'
|
|
||||||
$('#chatRoomList li').remove()
|
$('#chatRoomList li').remove()
|
||||||
$('#toggleRooms a').removeClass 'ajaxLoad'
|
$('#toggleRooms a').removeClass 'ajaxLoad'
|
||||||
for room in data
|
for room in data
|
||||||
|
Loading…
Reference in New Issue
Block a user