mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
make the displaying of multiple trackers in the web ui a bit nicer
This commit is contained in:
parent
74f9ce520b
commit
25c4e1c886
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ Transmission.prototype =
|
|||
if( total_tracker == null )
|
||||
total_tracker = tracker;
|
||||
else if ( total_tracker.search ( tracker ) == -1 )
|
||||
total_tracker += '/' + tracker;
|
||||
total_tracker += ', ' + tracker;
|
||||
if( t._is_private )
|
||||
have_private = true;
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue