[gimp-web] Fix downloads page to show *nix correctly (only)



commit db6dcf01e38125c0e660e4868d1bb1c69d46d81a
Author: Pat David <patdavid gmail com>
Date:   Tue Dec 29 11:41:09 2015 -0600

    Fix downloads page to show *nix correctly (only)

 content/downloads/index.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/content/downloads/index.md b/content/downloads/index.md
index 35d67ee..526c44e 100644
--- a/content/downloads/index.md
+++ b/content/downloads/index.md
@@ -365,8 +365,8 @@ if ( platform.os.family.indexOf('Win') !== -1 && platform.os.family.indexOf('Pho
     document.getElementById('linux').style.display = 'none';
 }else {
     document.getElementById('pOSTEST').innerHTML = platform.os.family + '.';
-    document.getElementById('win').style.display = 'block';
-    document.getElementById('mac').style.display = 'block';
+    document.getElementById('win').style.display = 'none';
+    document.getElementById('mac').style.display = 'none';
     document.getElementById('linux').style.display = 'block';
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]