typo
This commit is contained in:
parent
93b3d73398
commit
33d05f0cab
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ pandora.createLinks = function($element) {
|
|||
if ($target.is('a') or $target == $element) {
|
||||
break;
|
||||
}
|
||||
e.target = e.target.parent();
|
||||
e.target = $target.parent();
|
||||
$target = $(e.target);
|
||||
}
|
||||
if (
|
||||
|
|
Loading…
Reference in a new issue