Prevent duplicate conversations and refocus on click (still buggy)

This commit is contained in:
Riley Shaw
2015-01-18 15:43:25 -10:00
committed by lilia
parent 7ec27f814f
commit 783a3f7c15
7 changed files with 116 additions and 21 deletions

View File

@@ -17,6 +17,7 @@ var Whisper = Whisper || {};
(function () {
'use strict';
Whisper.FileInputView = Backbone.View.extend({
tagName: 'span',
className: 'file-input',