.collapse('hide') on a hidden uninitialized collapsible shows it
Created by: feus4177
Calling collapse('hide')
on a collapse panel that is collapsed and has not yet been initialized will toggle the panel (which starts the transition to being shown) when it creates the new Collapse object. Then the call to data[option]()
won't hide the panel because it is still transitioning.