Commit be0efcfc authored by Jacob Thornton's avatar Jacob Thornton

whitespace

parent 1ca1ef94
......@@ -102,7 +102,7 @@
.parent('li')
.addClass('active')
if ( active.parent('.dropdown-menu') ) {
if (active.parent('.dropdown-menu')) {
active = active.closest('li.dropdown').addClass('active')
}
......
......@@ -102,7 +102,7 @@
.parent('li')
.addClass('active')
if ( active.parent('.dropdown-menu') ) {
if (active.parent('.dropdown-menu')) {
active = active.closest('li.dropdown').addClass('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