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