Skip to content

Commit

Permalink
Fix: popover closes/fadeout before I can click on the link douglasmir…
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasmiranda committed Feb 18, 2015
1 parent 8290851 commit 60109fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap_admin/templates/admin/change_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ <h2 class="h4">{% trans 'Filter' %}</h2>
container: 'body',
title: '',
content:$('.popover-search-info').html(),
html:true
html:true,
hide:600
}).focus();

// checkbox progressbar
Expand Down

0 comments on commit 60109fb

Please sign in to comment.