mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
spacing, yay!
This commit is contained in:
parent
6add1bc28b
commit
25ca73dca5
1 changed files with 1 additions and 1 deletions
|
@ -1881,7 +1881,7 @@ Transmission.prototype =
|
|||
if( torrent_ids.indexOf( tid ) == -1 )
|
||||
keep.push( row )
|
||||
else {
|
||||
removedAny = true
|
||||
removedAny = true
|
||||
delete this._torrents[ tid ]
|
||||
$(row.getElement()).remove()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue