set a title on the send button

This commit is contained in:
Tor Hveem 2015-12-19 14:13:42 +01:00
parent 5dc0b4df02
commit 021d9e6e95

View File

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