Repository: couchdb-fauxton Updated Branches: refs/heads/master 155d898d9 -> 008a70b05
Remove duplicated notifications The ones that are used are in index.underscore COUCHDB-2471 Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/008a70b0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/008a70b0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/008a70b0 Branch: refs/heads/master Commit: 008a70b055a7e5d6ad4a9c857de2ffb386ce563f Parents: 155d898 Author: Robert Kowalski <[email protected]> Authored: Mon Nov 24 15:01:06 2014 +0100 Committer: Robert Kowalski <[email protected]> Committed: Tue Nov 25 14:17:34 2014 +0100 ---------------------------------------------------------------------- app/templates/layouts/one_pane.html | 1 - app/templates/layouts/with_tabs_sidebar.html | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/008a70b0/app/templates/layouts/one_pane.html ---------------------------------------------------------------------- diff --git a/app/templates/layouts/one_pane.html b/app/templates/layouts/one_pane.html index bdbb947..767abeb 100644 --- a/app/templates/layouts/one_pane.html +++ b/app/templates/layouts/one_pane.html @@ -14,7 +14,6 @@ the License. <div id="primary-navbar"></div> <div id="dashboard" class="container-fluid one-pane"> - <div id="global-notifications" class="container errors-container window-resizeable"></div> <header class="fixed-header"> <div id="breadcrumbs"></div> <div id="api-navbar"></div> http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/008a70b0/app/templates/layouts/with_tabs_sidebar.html ---------------------------------------------------------------------- diff --git a/app/templates/layouts/with_tabs_sidebar.html b/app/templates/layouts/with_tabs_sidebar.html index fda96bd..2c6c95b 100644 --- a/app/templates/layouts/with_tabs_sidebar.html +++ b/app/templates/layouts/with_tabs_sidebar.html @@ -14,7 +14,6 @@ the License. <div id="primary-navbar"></div> <div id="dashboard" class="container-fluid with-sidebar"> - <div id="global-notifications" class="container errors-container window-resizeable"></div> <header class="fixed-header row-fluid"> <div id="breadcrumbs" class="sidebar"></div> <div id="api-navbar"></div>
