Commit 05e0d5f3 authored by Jacob Thornton's avatar Jacob Thornton

fire active event on active

parent 67f19967
...@@ -92,8 +92,10 @@ ...@@ -92,8 +92,10 @@
.addClass('active') .addClass('active')
if ( active.parent('.dropdown-menu') ) { if ( active.parent('.dropdown-menu') ) {
active.closest('li.dropdown').addClass('active') active = active.closest('li.dropdown').addClass('active')
} }
active.trigger('active')
} }
} }
......
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