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/14 17:45:53 UTC

[15/28] couchdb commit: updated refs/heads/Query-Options-UI to 1295cce

Fauxton: do not redirect after removing a filter

Fixes #COUCHDB-2196


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

Branch: refs/heads/Query-Options-UI
Commit: 0e33059e929e2f9ee41bcd743768daa3dae716e2
Parents: 8276adf
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Tue Mar 11 22:41:54 2014 +0100
Committer: suelockwood <de...@apache.org>
Committed: Wed Mar 12 10:47:04 2014 -0400

----------------------------------------------------------------------
 src/fauxton/app/addons/logs/templates/filterItem.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/0e33059e/src/fauxton/app/addons/logs/templates/filterItem.html
----------------------------------------------------------------------
diff --git a/src/fauxton/app/addons/logs/templates/filterItem.html b/src/fauxton/app/addons/logs/templates/filterItem.html
index c4e885a..e3872d8 100644
--- a/src/fauxton/app/addons/logs/templates/filterItem.html
+++ b/src/fauxton/app/addons/logs/templates/filterItem.html
@@ -13,4 +13,4 @@ the License.
 -->
 
 <span class="label label-info"> <%= filter %>  </span>
-<a class="label label-info remove-filter" href="#">&times;</a>
+<a class="label label-info remove-filter" data-bypass="true" href="#">&times;</a>