download: try to fix the missing download_link_bt
[grml.org.git] / download / index.html.tt2
index adeeae8..a0e9822 100644 (file)
           <!-- JS links -->
           <div id="linkbuttons" style="display:none;">
             <a id="download_link_mirror" class="largebutton">Download Now</a><br />
-            <!--
             <a id="download_link_bt">BitTorrent Download</a><br />
-            -->
             <a id="download_link_signature">Get GPG Signature</a><br />
             <a href="https://grml.org/download/mirrors/">Download from a specific mirror</a><br/>
           </div>
           var mirror_url = "https://download.grml.org/";
           document.getElementById('download_link_mirror').href = mirror_url + iso;
           document.getElementById('download_link_mirror').innerHTML = '<br />Download Now<div class="download_relinfo">' + product + '-' + flavour + ' ' + current_version + '</div>';
-          // document.getElementById('download_link_bt').href = mirror_url + iso + '.torrent';
+          document.getElementById('download_link_bt').href = mirror_url + iso + '.torrent';
           document.getElementById('download_link_signature').href = mirror_url + iso + '.asc';
       }