Remove torrent/data confirmation modal

This commit is contained in:
Mathias Rasmussen
2016-06-01 16:20:01 +02:00
committed by DC
parent b950829de3
commit 54e70e7158
6 changed files with 41 additions and 8 deletions

View File

@@ -172,7 +172,7 @@ function TorrentList (state) {
<i
class='icon delete'
title='Remove torrent'
onclick=${dispatcher('deleteTorrent', infoHash)}>
onclick=${dispatcher('confirmDeleteTorrent', infoHash, false)}>
close
</i>
</div>