Commit:    5f8d3a22e762c1cbcd81d2f2f145adea32b8fed8
Author:    Levi Morrison <[email protected]>         Wed, 4 Dec 2013 19:59:40 -0700
Parents:   8d2823bc2a0bb1d4027e77014509cf035853ba1d
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=5f8d3a22e762c1cbcd81d2f2f145adea32b8fed8

Log:
Bumped up the minimum opacity for lower quality comments.

Changed paths:
  M  js/common.js


Diff:
diff --git a/js/common.js b/js/common.js
index 4039438..be70dee 100755
--- a/js/common.js
+++ b/js/common.js
@@ -272,7 +272,7 @@ $(document).ready(function() {
         };
         this.range = {
             "max": .75,
-            "min": .25
+            "min": .35
         };
   
         // This is a generic normalizaion algorithm:


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to