Switch title to data-title to prevent the browser-default tooltip from displaying

This commit is contained in:
Joseph Schorr 2014-04-11 18:21:13 -04:00
parent 5e9448b450
commit 0bd8a1bcbf
24 changed files with 79 additions and 79 deletions

View file

@ -2,7 +2,7 @@
<div class="id-container">
<div class="input-group">
<input type="text" class="form-control" value="{{ value }}" readonly>
<span class="input-group-addon" title="Copy to Clipboard">
<span class="input-group-addon" data-title="Copy to Clipboard">
<i class="fa fa-copy"></i>
</span>
</div>