mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
make the displaying of multiple trackers in the web ui a bit nicer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user