www: 542e2824: As far as I can tell our blurbdownload i...

markdoliner at pidgin.im markdoliner at pidgin.im
Mon Mar 19 01:42:02 EDT 2012


----------------------------------------------------------------------
Revision: 542e2824ecca2d6781a06cc9e99263fe7c6e1516
Parent:   80bb148b5fcd0ce40c5248089c81db616587edba
Author:   markdoliner at pidgin.im
Date:     03/19/12 01:38:04
Branch:   im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/542e2824ecca2d6781a06cc9e99263fe7c6e1516

Changelog: 

As far as I can tell our blurbdownload inc OS detection stuff
is all handled server-side and not in javascript, and so I have no
idea why this noscript stuff is here.  So I'm ripping it out.  Please
let me know if I'm overlooking something.

Changes against parent 80bb148b5fcd0ce40c5248089c81db616587edba

  patched  htdocs/download/index.php

-------------- next part --------------
============================================================
--- htdocs/download/index.php	843016b12ee84ee6785b6e0edd6eccc0545066f1
+++ htdocs/download/index.php	bd35eeca6d72d5d433824d1ae21c8acd4eb89704
@@ -20,23 +20,9 @@
 
 <p>Download the free Pidgin chat client.  Pidgin runs on Windows and Linux/UNIX.</p>
 
-<noscript>
-<ul>
-  <li><a href="/download/windows/">Windows</a></li>
-  <li><a href="/download/source/">Source</a></li>
-  <li><a href="/download/mac/">Mac OS X</a></li>
-  <li><a href="/download/ubuntu/">Ubuntu</a></li>
-</ul>
-</noscript>
-
-<div id="download_wrapper" style="display:none">
 <?php
 include($_SERVER['DOCUMENT_ROOT'] . "/../inc/blurb.download.inc");
 ?>
-</div>
-<script type="text/javascript"><!--
-document.getElementById("download_wrapper").style.display = "";
-// --></script>
 
 <a href="http://developer.pidgin.im/wiki/ChangeLog">ChangeLog</a>
 


More information about the Commits mailing list