hid code editor tab when editing a doc The single tab was sad and lonely. Left all the JS around, though, for when Feild Editor decides to rejoin Code Editor.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4f557a20 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4f557a20 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4f557a20 Branch: refs/heads/1744-single-config-file Commit: 4f557a2029e495c8d1dc59ea435d1952f5cd19db Parents: 05d2f29 Author: BigBlueHat <[email protected]> Authored: Fri Dec 6 15:13:43 2013 -0500 Committer: Garren Smith <[email protected]> Committed: Tue Dec 10 10:25:22 2013 +0200 ---------------------------------------------------------------------- src/fauxton/app/templates/documents/doc_field_editor_tabs.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/4f557a20/src/fauxton/app/templates/documents/doc_field_editor_tabs.html ---------------------------------------------------------------------- diff --git a/src/fauxton/app/templates/documents/doc_field_editor_tabs.html b/src/fauxton/app/templates/documents/doc_field_editor_tabs.html index af34b71..766647c 100644 --- a/src/fauxton/app/templates/documents/doc_field_editor_tabs.html +++ b/src/fauxton/app/templates/documents/doc_field_editor_tabs.html @@ -12,8 +12,8 @@ License for the specific language governing permissions and limitations under the License. --> -<ul class="nav nav-tabs"> - <!--<li id="field_editor" class="<%= isSelectedClass('field_editor') %>"><a href="#<%= doc.url('app') %>/field_editor">Doc fields</a></li>--> +<!--<ul class="nav nav-tabs"> + <li id="field_editor" class="<%= isSelectedClass('field_editor') %>"><a href="#<%= doc.url('app') %>/field_editor">Doc fields</a></li> <li id="code_editor" class="<%= isSelectedClass('code_editor') %>"><a href="#<%= doc.url('app') %>/code_editor"><i class="icon-pencil"> </i> Code editor</a> </li> -</ul> +</ul>-->
