Fixed a bug that an image deson't display user info popup

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9475 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-10-04 09:35:01 +00:00
parent 02118d50b9
commit 2801986d13
3 changed files with 34 additions and 34 deletions

View file

@ -925,7 +925,7 @@ jQuery(function($){
$area.hide();
var $target = $(evt.target).filter('a,div,span');
if(!$target.length) $target = $target.parents('a,div,span').eq(0);
if(!$target.length) $target = $(evt.target).closest('a,div,span');
if(!$target.length) return;
// 객체의 className값을 구함