Prevent duplicate conversations and refocus on click (still buggy)
This commit is contained in:
parent
7ec27f814f
commit
783a3f7c15
7 changed files with 116 additions and 21 deletions
|
@ -17,6 +17,7 @@ var Whisper = Whisper || {};
|
|||
|
||||
(function () {
|
||||
'use strict';
|
||||
|
||||
Whisper.FileInputView = Backbone.View.extend({
|
||||
tagName: 'span',
|
||||
className: 'file-input',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue