[gimp-web/gimp-web-static] Fixed OS detection to show GNU/Linux when detected



commit 832f7f71c37b66ca86e81f1a91ae0843855e8910
Author: Pat David <patdavid gmail com>
Date:   Mon Sep 21 09:32:37 2015 -0500

    Fixed OS detection to show GNU/Linux when detected

 content/downloads/index.md |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/content/downloads/index.md b/content/downloads/index.md
index a821c30..2cba7c0 100644
--- a/content/downloads/index.md
+++ b/content/downloads/index.md
@@ -252,6 +252,7 @@ if ( platform.os.family.indexOf('Win') !== -1 && platform.os.family.indexOf('Pho
     document.getElementById('pOSTEST').innerHTML = 'OS X.';
 }else {
     document.getElementById('pOSTEST').innerHTML = platform.os.family + '.';
+    document.getElementById('linux').style.display = 'block';
 }
 
 function render( os ){


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