We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hello,
Mozilla Firefox has problems to display the panel heading correctly.
Only with a timeout of 10 ms all works okay.
if ( activeTab ) { setTimeout(function(){ $( activeTab ).collapse( 'show' ); }, 10); }