Update view.jet.html
Cette révision appartient à :
Parent
c3cb627268
révision
557047c6ac
1 fichiers modifiés avec 3 ajouts et 2 suppressions
|
@ -52,7 +52,7 @@
|
|||
</tr>
|
||||
<tr class="torrent-info-row">
|
||||
<td class="torrent-info-td torrent-info-label">{{ T("size")}}:</td>
|
||||
<td class="torrent-view-td torrent-info-data">{{ fileSize(Torrent.Filesize, T, true) }}</td>
|
||||
<td class="torrent-view-td torrent-info-data torrent-info-size">{{ fileSize(Torrent.Filesize, T, true) }}</td>
|
||||
</tr>
|
||||
{{ if len(Torrent.Languages) > 0 && Torrent.Languages[0] != "" }}
|
||||
<tr class="torrent-info-row">
|
||||
|
@ -347,6 +347,7 @@ Modal.Init({
|
|||
FileListContainer.innerHTML = ""
|
||||
FileListLabel.style.opacity = 1
|
||||
document.getElementById("filelist").style.opacity = 1
|
||||
if(data.totalsize != "0.0 B") document.getElementsByClassName("torrent-info-size")[0].innerHTML = data.totalsize
|
||||
|
||||
for(var i = 0; i < data.filelist.length; i++) {
|
||||
var file = data.filelist[i]
|
||||
|
|
Référencer dans un nouveau ticket