You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2014/03/06 12:52:16 UTC

[21/22] couchdb commit: updated refs/heads/Query-Options-UI to dd98953

2183 (JIRA)  remove stale from query options


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ed094a7c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ed094a7c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ed094a7c

Branch: refs/heads/Query-Options-UI
Commit: ed094a7c11957478e7e010ab72241b2512e8ce89
Parents: 7573dc2
Author: suelockwood <de...@apache.org>
Authored: Wed Mar 5 14:27:44 2014 -0500
Committer: Garren Smith <ga...@gmail.com>
Committed: Thu Mar 6 12:35:38 2014 +0200

----------------------------------------------------------------------
 src/fauxton/app/addons/documents/templates/advanced_options.html | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ed094a7c/src/fauxton/app/addons/documents/templates/advanced_options.html
----------------------------------------------------------------------
diff --git a/src/fauxton/app/addons/documents/templates/advanced_options.html b/src/fauxton/app/addons/documents/templates/advanced_options.html
index 274c107..2eaff2a 100644
--- a/src/fauxton/app/addons/documents/templates/advanced_options.html
+++ b/src/fauxton/app/addons/documents/templates/advanced_options.html
@@ -73,9 +73,6 @@ the License.
       <div class="checkbox inline"> 
         <input id="check1" type="checkbox" name="include_docs" value="true">  
         <label name="include_docs" for="check1">Include Docs (show the entire doc body)</label>  
-
-        <input id="check3" name="stale" type="checkbox" value="ok">
-        <label for="check3">Stale</label>
       </div>
 
       <% if (hasReduce) { %>