You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2014/08/25 15:40:10 UTC

[30/48] fauxton commit: updated refs/heads/secondary-indexes to 8688d16

fix semi colon and alldocs select in header


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

Branch: refs/heads/secondary-indexes
Commit: da970d43371d04b48563120be304ed0c5b6da283
Parents: effbe5e
Author: deathbearbrown <de...@gmail.com>
Authored: Sun Aug 24 16:33:43 2014 +0200
Committer: deathbearbrown <de...@gmail.com>
Committed: Mon Aug 25 09:37:35 2014 -0400

----------------------------------------------------------------------
 app/addons/documents/templates/header_alldocs.html | 3 +++
 app/addons/documents/views-sidebar.js              | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/da970d43/app/addons/documents/templates/header_alldocs.html
----------------------------------------------------------------------
diff --git a/app/addons/documents/templates/header_alldocs.html b/app/addons/documents/templates/header_alldocs.html
index 3434dde..36d62f8 100644
--- a/app/addons/documents/templates/header_alldocs.html
+++ b/app/addons/documents/templates/header_alldocs.html
@@ -26,6 +26,9 @@ the License.
   <div id="header-search" class="js-search searchbox-container"></div>
 
   <!-- Select toggle -->
+  <div id="header-select-menu"></div>
+
   <div id="header-select-all" class="button">
     <span class="toggle-select-menu icon fonticon-ok-circled">Select</span>
   </div>
+

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/da970d43/app/addons/documents/views-sidebar.js
----------------------------------------------------------------------
diff --git a/app/addons/documents/views-sidebar.js b/app/addons/documents/views-sidebar.js
index ab6012c..3b970cb 100644
--- a/app/addons/documents/views-sidebar.js
+++ b/app/addons/documents/views-sidebar.js
@@ -38,7 +38,7 @@ function(app, FauxtonAPI, Components, Documents, Databases) {
         this.ddocID = options.ddocInfo.id;
         this.currView = options.ddocInfo.currView;
       }
-      FauxtonAPI.Events.on('database:delete', this.showDeleteDatabaseModal)
+      FauxtonAPI.Events.on('database:delete', this.showDeleteDatabaseModal);
     },
     showDeleteDatabaseModal: function(event){
       this.deleteDBModal.showModal();