Also call update_links() in update_arch() to avoid wrong URL (thx, cstamas)
[grml.org.git] / download / prerelease / index.html.tt2
index e68afa2..26a97e1 100644 (file)
@@ -137,6 +137,7 @@ exit;
         var flavour = document.getElementById('download_flavour').value;
         if (flavour == 'small') document.getElementById('download_arch').innerHTML = '<option value="amd64">64-bit PC (amd64)</option><option value="i386">32-bit PC (i586+)</option><option value="96">One for both (300MB)</option>';
         if (flavour == 'full') document.getElementById('download_arch').innerHTML = '<option value="amd64">64-bit PC (amd64)</option><option value="i386">32-bit PC (i586+)</option><option value="96">One for both (700MB)</option>';
+        update_links();
     }
 
     function update_links() {