First time here? Check out the FAQ!

Revision history  [back]

Probably a hack, but you can add the following

    <script type="text/javascript" charset="utf-8">
       $(document).ready(function() {
            elements = $('.searchInput');
            elements.each(function() {$(this).blur()});  
        });
    </script>

in the pages you want to deactivate the focus in search input. If you want to disable it in all pages, you can add this code in base.html