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/2041-update-ibrowse
Commit: 0e33059e929e2f9ee41bcd743768daa3dae716e2
Parents: 8276adf
Author: Robert Kowalski <[email protected]>
Authored: Tue Mar 11 22:41:54 2014 +0100
Committer: suelockwood <[email protected]>
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>

Reply via email to