bootstrap-dropdown.js clearMenus() needs ; at the end
Created by: englishextra
bootstrap-dropdown.js when minified with JSMin::minify produces error in Firefox error console saying clearMenus()needs ;
on line:
clearMenus()
!isActive && $parent.toggleClass('open')
if in source code this is corrected -- no error in minified version