Commit 7d0741f4 authored by Serge S. Koval's avatar Serge S. Koval

Hash won't be displayed in URL when adding filter

parent 03b1fb82
......@@ -79,7 +79,7 @@ var AdminFilters = function(element, filters_element, adminForm, operations, opt
$('button', $root).show();
return false;
//return false;
});
$('.filter-op', $root).change(changeOperation);
......
......@@ -26,7 +26,7 @@
<ul class="dropdown-menu field-filters">
{% for k in filter_groups %}
<li>
<a href="#" class="filter">{{ k[0] }}</a>
<a href="#" class="filter" onclick="return false;">{{ k[0] }}</a>
</li>
{% endfor %}
</ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment