Open ghost opened 7 years ago
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); }
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); }