Skip to content

Commit

Permalink
fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoperillo committed Jan 3, 2018
1 parent 841003a commit 44d4059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<a class="list-group-item clearfix" data-bind="click: function() {$parent.loadBookmark($index)} ">
<span data-bind="text: name && name.length > 0 ? name : request.method +' ' + request.url"></span>
<span class="pull-right">
<button class="btn btn-xs btn-danger" data-bind="click: $parent.deleteBookmark"><span class="glyphicon glyphicon-trash" aria-hidden="true"></span></button>
<button class="btn btn-xs btn-danger" data-bind="click: $parent.deleteBookmark, clickBubble: false"><span class="glyphicon glyphicon-trash" aria-hidden="true"></span></button>
</span>
</a>
</div>
Expand Down

0 comments on commit 44d4059

Please sign in to comment.