Commit: 84ee78fb66b7ef3fbbb44d9fb81ecfddd49f43ea Author: Levi Morrison <[email protected]> Wed, 4 Dec 2013 19:59:40 -0700 Parents: 3c8672a79bd2a210c45c85d263617e194b782ae8 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=84ee78fb66b7ef3fbbb44d9fb81ecfddd49f43ea 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
