diff options
author | Robert Kowalski <rok@kowalski.gd> | 2014-03-11 22:41:54 +0100 |
---|---|---|
committer | suelockwood <deathbear@apache.org> | 2014-03-12 10:47:04 -0400 |
commit | 0e33059e929e2f9ee41bcd743768daa3dae716e2 (patch) | |
tree | 312a28b9b308c16fee6180569cf450686822fb2d | |
parent | 8276adffd56afad57c210f90459fb9016af30fe5 (diff) | |
download | couchdb-0e33059e929e2f9ee41bcd743768daa3dae716e2.tar.gz |
Fauxton: do not redirect after removing a filter
Fixes #COUCHDB-2196
-rw-r--r-- | src/fauxton/app/addons/logs/templates/filterItem.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fauxton/app/addons/logs/templates/filterItem.html b/src/fauxton/app/addons/logs/templates/filterItem.html index c4e885af2..e3872d85f 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="#">×</a> +<a class="label label-info remove-filter" data-bypass="true" href="#">×</a> |