From bde3d0d83402de638c92d61078d0b128b4bd249a Mon Sep 17 00:00:00 2001 From: ovclas Date: Tue, 12 Apr 2011 02:18:49 +0000 Subject: [PATCH] #19678731 add comment popup menu git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8293 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/js/common.js b/common/js/common.js index 7ea4413df..44cc7d7da 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -935,7 +935,7 @@ jQuery(function($){ if(!$target.length) return; // 객체의 className값을 구함 - var match = $target.attr('class').match(new RegExp('(?:^| )((document|member)_([1-9]\\d*))(?: |$)','')); + var match = $target.attr('class').match(new RegExp('(?:^| )((document|comment|member)_([1-9]\\d*))(?: |$)','')); if(!match) return; var action = 'get'+ucfirst(match[2])+'Menu';