set a title on the send button

paste-quickfix
Tor Hveem 10 years ago
parent 5dc0b4df02
commit 021d9e6e95
  1. 2
      directives/input.html

@ -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>

Loading…
Cancel
Save