mirror of
https://github.com/transmission/transmission
synced 2025-03-04 02:28:03 +00:00
#4486 (trunk, web) 'filter bar no longer displays selected option' -- possible fix
This commit is contained in:
parent
35bdec8f5f
commit
e095bba052
1 changed files with 1 additions and 1 deletions
|
@ -1248,7 +1248,7 @@ Transmission.prototype =
|
|||
if (torrent_count !== visible_count)
|
||||
text += visible_count.toStringWithCommas() + ' of ' + torrent_count.toStringWithCommas();
|
||||
else if (torrent_count === 1)
|
||||
text = '1 Transfer';
|
||||
text += '1 Transfer';
|
||||
else
|
||||
text += torrent_count.toStringWithCommas() + ' Transfers';
|
||||
$('#filter-button').html(text);
|
||||
|
|
Loading…
Add table
Reference in a new issue