mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-12 07:57:22 +00:00
Fixed code to delete history item
This commit is contained in:
parent
b8deb49007
commit
72431456ff
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<tr class="data_table_row" ng-repeat="item in historyItems">
|
||||
<td class="data_table_cell no_overflow" style="text-align: left; padding-right: 30px;">{{ item }}</td>
|
||||
<td class="data_table_cell" style="text-align: right; width: 25px">
|
||||
<a onclick="tell_fish_to_delete_element({{ $index }})">
|
||||
<a ng-click="deleteHistoryItem(item)">
|
||||
<img class="delete_icon" src="delete.png">
|
||||
</a>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue