diff --git a/web/javascript/torrent.js b/web/javascript/torrent.js
index 46e766306..4e58d6b30 100644
--- a/web/javascript/torrent.js
+++ b/web/javascript/torrent.js
@@ -100,24 +100,25 @@ Torrent.prototype =
// using
's in straight html, but adding through the DOM gets a bit odd.
if ($.browser.safari)
this._element.css('margin-top', '7px');
-
- // insert the element
- domParent.appendChild(top_e);
this.initializeTorrentFilesInspectorGroup();
- for( var i=0; data.files!=null && i