[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] r25221: {website} in the download-easy javascript magic, when the user chooses (website/trunk/include)
Author: arma
Date: 2011-11-14 21:54:03 +0000 (Mon, 14 Nov 2011)
New Revision: 25221
Modified:
website/trunk/include/dlhead.wmi
Log:
in the download-easy javascript magic, when the user chooses a different
language for a different OS, update the 64-bit linux download link too.
Modified: website/trunk/include/dlhead.wmi
===================================================================
--- website/trunk/include/dlhead.wmi 2011-11-14 21:49:54 UTC (rev 25220)
+++ website/trunk/include/dlhead.wmi 2011-11-14 21:54:03 UTC (rev 25221)
@@ -69,16 +69,19 @@
$('.'+pkg+'-sig').replaceWith('<a class="win-tbb-sig" href="'+wintbb+'.asc">sig</a>');
$('.mac-alt').replaceWith('<a class="mac-alt" href="'+osxtbb+'">Mac</a>');
$('.lin-alt').replaceWith('<a class="lin-alt" href="'+lintbb32+'">Linux</a>');
+ $('.lin-alt64').replaceWith('<a class="lin-alt64" href="'+lintbb64+'">Linux 64-bit</a>');
}else if(pkg == 'osx-tbb'){
$('.'+pkg).replaceWith('<a class="button osx-tbb" href="'+osxtbb+'"><span class="strong">Download</span><span class="normal"><button-osx-tbb32></span></a>');
$('.'+pkg+'-sig').replaceWith('<a class="osx-tbb-sig" href="'+osxtbb+'.asc">sig</a>');
$('.win-alt').replaceWith('<a class="lin-win" href="'+wintbb+'">Windows</a>');
$('.lin-alt').replaceWith('<a class="lin-alt" href="'+lintbb32+'">Linux</a>');
+ $('.lin-alt64').replaceWith('<a class="lin-alt64" href="'+lintbb64+'">Linux 64-bit</a>');
}else if(pkg == 'osx-tbb64'){
$('.'+pkg).replaceWith('<a class="button osx-tbb64" href="'+osxtbb64+'"><span class="strong">Download</span><span class="normal"><button-osx-tbb64></span></a>');
$('.'+pkg+'-sig').replaceWith('<a class="osx-tbb64-sig" href="'+osxtbb64+'.asc">sig</a>');
$('.win-alt64').replaceWith('<a class="win-alt64" href="'+wintbb+'">Windows</a>');
- $('.lin-alt64').replaceWith('<a class="lin-alt64" href="'+lintbb64+'">Linux</a>');
+ $('.lin-alt').replaceWith('<a class="lin-alt" href="'+lintbb32+'">Linux</a>');
+ $('.lin-alt64').replaceWith('<a class="lin-alt64" href="'+lintbb64+'">Linux 64-bit</a>');
}else if(pkg == 'lin-tbb32'){
$('.'+pkg).replaceWith('<a class="button lin-tbb32" href="'+lintbb32+'"><span class="strong">Download</span><span class="normal"><button-lin-tbb32></span></a>');
$('.'+pkg+'-sig').replaceWith('<a class="lin-tbb32-sig" href="'+lintbb32+'.asc">sig</a>');
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits