forked from 0x2620/pandora
fix createLinks
This commit is contained in:
parent
8cb557738b
commit
93b3d73398
1 changed files with 2 additions and 1 deletions
|
@ -299,7 +299,8 @@ pandora.createLinks = function($element) {
|
|||
if ($target.is('a') or $target == $element) {
|
||||
break;
|
||||
}
|
||||
$target = $($target.parent());
|
||||
e.target = e.target.parent();
|
||||
$target = $(e.target);
|
||||
}
|
||||
if (
|
||||
$target.is('a')
|
||||
|
|
Loading…
Reference in a new issue