]> granicus.if.org Git - transmission/commitdiff
#1252 - Extranious semi-colon
authorMalcolm Jarvis <malcolm@boolable.ca>
Wed, 3 Sep 2008 03:58:18 +0000 (03:58 +0000)
committerMalcolm Jarvis <malcolm@boolable.ca>
Wed, 3 Sep 2008 03:58:18 +0000 (03:58 +0000)
web/javascript/torrent.js

index 95d91f5d26f8252946f8ad371a141a71ecf6cdf6..466535759e2d46086ece74188b25a2637b9b8390 100644 (file)
@@ -379,7 +379,7 @@ Torrent.prototype =
                        // Create the 'progress details' label
                        // Eg: '698.05 MB, uploaded 8.59 GB (Ratio: 12.3)'
                        progress_details = Math.formatBytes( this._size )
-                                        + ', uploaded ';
+                                        + ', uploaded '
                                         + Math.formatBytes( this._upload_total )
                                         + ' (Ratio '
                                         + Math.ratio( this._upload_total, this._download_total )