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 <[email protected]> Authored: Wed Mar 5 14:27:44 2014 -0500 Committer: Garren Smith <[email protected]> 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) { %>
