using .dropdown('toggle') twice in JavaScript doesn't return the dropdown to its original state
Created by: evanp
If you use the JavaScript interface for dropdown -- .dropdown("toggle") -- multiple times, the "open" class isn't cleared, so the dropdown stays open.