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/20 11:21:42 UTC

[18/26] couchdb commit: updated refs/heads/Query-Options-UI to cf93bbf

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/10ea3770
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/10ea3770
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/10ea3770

Branch: refs/heads/Query-Options-UI
Commit: 10ea377041fe7ce54cad68b8d560e3cf2533b329
Parents: b67b65c
Author: suelockwood <de...@apache.org>
Authored: Wed Mar 5 14:27:44 2014 -0500
Committer: Garren Smith <ga...@gmail.com>
Committed: Thu Mar 20 10:33:46 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/10ea3770/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) { %>