add empty href to caches-item otherwise iOS does not fire tab event
This commit is contained in:
parent
2882c8ca96
commit
0570a86035
|
@ -11,7 +11,7 @@
|
|||
<span class="label-align">{{travis-mb cache.size}}MB</span>
|
||||
</div>
|
||||
<div class="row-item">
|
||||
<a {{action "delete"}} class="{{if isDeleting 'deleting'}} delete-cache-icon" title="Delete this cache">
|
||||
<a {{action "delete"}} class="{{if isDeleting 'deleting'}} href="#" delete-cache-icon" title="Delete this cache">
|
||||
<div class="tooltip">
|
||||
<span class="icon-trash">delete cache</span>
|
||||
<span class="tooltip-bubble">Delete</span>
|
||||
|
|
Loading…
Reference in New Issue
Block a user