1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 21:26:53 +00:00

spacing, yay!

This commit is contained in:
Mitchell Livingston 2011-08-24 00:27:27 +00:00
parent 6add1bc28b
commit 25ca73dca5

View file

@ -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()
}