Commit 595e2812 authored by c24b's avatar c24b

[FIX] filter nav on 1 line

parent 64dda3f7
......@@ -145,7 +145,7 @@ $(document).on('click', function (e) {
//the 'is' for buttons that trigger popups
//the 'has' for icons within a button that triggers a popup
if (!$(this).is(e.target) && $(this).has(e.target).length === 0 && $('.popover').has(e.target).length === 0) {
(($(this).popover('hide').data('bs.popover')||{}).inState||{}).click = false // fix for BS 3.3.6
(($(this).popover('hide').data('bs.popover')||{}).inState||{}).click = false // fix for BS 3.3.6 data-trigger='focus' is a bug
}
});
......
......@@ -136,7 +136,7 @@ em {
</button>
</div>
<!-- see in javascript function queries.functions['my_state_filter'] -->
<div id="filter_terms" class="filter_terms help" class="pull-right help" style="margin-top:2.1em;padding-left:1em;">
<div id="filter_terms" class="pull-right help" style="margin-top:2.1em;padding-left:1em;">
<select id="picklistmenu" name="my_state_filter">
<option value='reset'>All lists</option>
<option value='0'>Candidates terms</option>
......
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