mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
.smiley -> .jsSmiley
This commit is contained in:
parent
409c6c068f
commit
18b6ac9ca6
@ -83,7 +83,7 @@ consoleMock ?=
|
|||||||
, @
|
, @
|
||||||
|
|
||||||
# Insert a smiley
|
# Insert a smiley
|
||||||
$('.smiley').click $.proxy (event) ->
|
$('.jsSmiley').click $.proxy (event) ->
|
||||||
@insertText ' ' + $(event.target).attr('alt') + ' '
|
@insertText ' ' + $(event.target).attr('alt') + ' '
|
||||||
, @
|
, @
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user