mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
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:
parent
02118d50b9
commit
2801986d13
3 changed files with 34 additions and 34 deletions
|
|
@ -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값을 구함
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue