Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Stop using deprecated HasAdmin() function

Cette révision appartient à :
kilo 2017-11-09 16:02:35 +01:00 révisé par GitHub
Parent ab1fcc3421
révision 473aceef1a
Aucune clé n'a été trouvée pour cette signature dans la base de données
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -43,7 +43,7 @@ Templates.Add("torrents.item", function(torrent) {
}
return `<tr id="torrent_` + torrent.id + `" class="` + tr_class + `">
{{ if User.HasAdmin() }}
{{ if User.IsModerator() }}
<td class="tr-cb` + cb_hide + `"` + cb_show + `>
<input data-name="` + Templates.EncodeEntities(torrent.name) + `" type="checkbox" id="torrent_cb_` + torrent.id + `" name="torrent_id" value="` + torrent.id + `">
</td>