forked from 0x2620/pandora
typo
This commit is contained in:
parent
f57a2afa47
commit
e30af55053
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ pandora.createLinks = function($element) {
|
||||||
click: function(e) {
|
click: function(e) {
|
||||||
var $target = $(e.target);
|
var $target = $(e.target);
|
||||||
while (true) {
|
while (true) {
|
||||||
if ($target.is('a') or $target == $element) {
|
if ($target.is('a') || $target == $element) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
$target = $($target.parent());
|
$target = $($target.parent());
|
||||||
|
|
Loading…
Reference in a new issue