mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 04:40:44 +02:00
BC fix for expandit() function
This commit is contained in:
@@ -747,9 +747,10 @@ $(document).ready(function()
|
||||
if($(e).is("a"))
|
||||
{
|
||||
var href = $(e).attr("href");
|
||||
|
||||
}
|
||||
|
||||
if(href === "#" || e === null)
|
||||
if(href === "#" || e === null || href === undefined)
|
||||
{
|
||||
idt = $(e).next("div");
|
||||
|
||||
|
Reference in New Issue
Block a user