Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

fix language count because Go is shit (now in JS)

Cette révision appartient à :
kilo 2017-07-15 16:01:56 +02:00 révisé par GitHub
Parent 8c7050cc6b
révision 21aa2df59e

Voir le fichier

@ -126,7 +126,7 @@
document.getElementsByClassName["table-torrent-flag"][0].className = "table-torrent-flag flag flag-" + lang_cat;
}
for(var lang_index = 0; lang_index < {{ len(languages) }}; lang_index++)
for(var lang_index = 0; lang_index < document.getElementsByClassName["form-language-checkbox"].length; lang_index++)
document.getElementsByClassName["form-language-checkbox"][lang_index].addEventListener("change", UpdateTorrentLang);
UpdateTorrentLang();