removed duplicate call
This commit is contained in:
parent
a2b02286ce
commit
d4d9adb725
1 changed files with 0 additions and 1 deletions
|
@ -139,7 +139,6 @@ class App.ChatWidget extends App.Controller
|
|||
hide: =>
|
||||
@isShown = false
|
||||
@el.find('#chat_content').hide(100)
|
||||
@el.find('#chat_content').hide(100)
|
||||
@el.find('#chat_toogle').html('♦');
|
||||
|
||||
focusIn: =>
|
||||
|
|
Loading…
Reference in a new issue