[tor-commits] [compass/master] Change the default value of top to 10

karsten at torproject.org karsten at torproject.org
Mon Mar 11 10:18:34 UTC 2013


commit 53fde1f8aa6369cb80a0be71ccf02d33094f14c5
Author: Sathyanarayanan Gunasekaran <gsathya.ceg at gmail.com>
Date:   Mon Mar 11 15:34:42 2013 +0530

    Change the default value of top to 10
---
 templates/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/templates/index.html b/templates/index.html
index 70b1d7b..d59c15b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -159,7 +159,7 @@
             <label class="control-label" for="top">Number of results</label>
             <div class="controls">
               <input type="text" class="input-xlarge" id="top" name="top"
-              placeholder="-1" value="-1" ng-model="query.top">
+              placeholder="10" value="10" ng-model="query.top">
               <span class="help-inline">display only the top results (-1 for all)</span>
             </div>
           </div>



More information about the tor-commits mailing list