mirror of
https://github.com/e107inc/e107.git
synced 2025-07-09 09:13:25 +02:00
Fix for default expandit behavior. For the FAQs Categories not showing after install.
This commit is contained in:
@ -234,7 +234,7 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
|
||||
{
|
||||
if($(this).is(':visible'))
|
||||
{
|
||||
$(this).css('display', 'initial');
|
||||
$(this).css('display', 'block'); //XXX 'initial' broke the default behavior.
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user