templates/default_scripts.html (2 lines of code) (raw):

<script src="/lib/jquery/jquery-1.11.1.min.js"></script> <script src="/lib/bootstrap/js/bootstrap.min.js"></script> <!--script> jQuery(function($) { if($(window).width()>769){ $('.navbar .dropdown').hover(function() { $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown(); }, function() { $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp(); }); $('.navbar .dropdown > a').click(function(){ location.href = this.href; }); } }); </script-->