1
0
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:
Cameron
2016-03-24 10:30:53 -07:00
parent cd57f1aef8
commit d2ef47fecc
2 changed files with 2 additions and 2 deletions

View File

@ -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.
}
});