UNPKG

generator-cwf-theme

Version:
10 lines (6 loc) 157 B
(function ($) { // Make the bootstrap dropdown parent clickable $('.dropdown > a').click(function(){ location.href = this.href; }); })(jQuery);