By default, do not include friends' groups (query results can be huge).
authorGreg Heartsfield <scsibug@imap.cc>
Tue Jan 12 19:12:33 2010 -0600 (2 years ago)
changeset 37fe2d707cb102
parent 36 d28a99ec87a7
child 38 9bb8b8156272
By default, do not include friends' groups (query results can be huge).
views/default/index.html
     1.1 --- a/views/default/index.html	Mon Jan 11 02:18:50 2010 +0000
     1.2 +++ b/views/default/index.html	Tue Jan 12 19:12:33 2010 -0600
     1.3 @@ -37,7 +37,7 @@
     1.4  </select>-->
     1.5  </fb:editor-custom>
     1.6  <fb:editor-custom label="Include Friends' Groups (may be slow)">
     1.7 -<input type="checkbox" name="include_friends_groups" value="true" checked="true"/>
     1.8 +<input type="checkbox" name="include_friends_groups" value="true" checked="false"/>
     1.9  <!--<select name="include_friends_groups">
    1.10  <option value="true">Yes</option>
    1.11  <option value="false" selected>No</option>