diff --git a/js/interface_common.js b/js/interface_common.js index 55e56c9..2c74909 100644 --- a/js/interface_common.js +++ b/js/interface_common.js @@ -1309,7 +1309,7 @@ function _startTorrentDownloadAndPreview(torrentId, previewContainer, isMedia) { torrent = WebTorrentClient.add(torrentId); previewContainer.empty(); - var speedStatus = $(''); + var speedStatus = $('

'); previewContainer.append(speedStatus); function updateSpeed () { var progress = (100 * torrent.progress).toFixed(1)