1
0
Fork 0
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:
Mitchell Livingston 2008-10-30 01:47:25 +00:00
parent 74f9ce520b
commit 25c4e1c886

View file

@ -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