From: Michael Prokop Date: Wed, 16 May 2012 23:43:02 +0000 (+0200) Subject: Also call update_links() in update_arch() to avoid wrong URL (thx, cstamas) X-Git-Url: https://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=9d6a60d0ade47900e89321616a8de25f192a6b34;p=grml.org.git Also call update_links() in update_arch() to avoid wrong URL (thx, cstamas) --- diff --git a/download/prerelease/index.html.tt2 b/download/prerelease/index.html.tt2 index e68afa2..26a97e1 100644 --- a/download/prerelease/index.html.tt2 +++ b/download/prerelease/index.html.tt2 @@ -137,6 +137,7 @@ exit; var flavour = document.getElementById('download_flavour').value; if (flavour == 'small') document.getElementById('download_arch').innerHTML = ''; if (flavour == 'full') document.getElementById('download_arch').innerHTML = ''; + update_links(); } function update_links() {