Merge pull request #715 from torhve/sendbuttontitle

set a title on the send button
This commit is contained in:
Lorenz Hübschle-Schneider 2015-12-19 17:34:26 +01:00
commit 623ff5a484

View file

@ -7,7 +7,7 @@
<i class="glyphicon glyphicon-picture"></i>
<input type="file" accept="image/*" multiple title="Send image" id="imgur-upload" class="imgur-upload" file-change="uploadImage($event, files)">
</label>
<button class="btn btn-send unselectable"><i class="glyphicon glyphicon-send"></i></button>
<button class="btn btn-send unselectable" title="Send"><i class="glyphicon glyphicon-send"></i></button>
</span>
</div>
<div id="imgur-upload-progress"></div>