키워드링크 애드온 cssquery 기본값 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5161 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2008-12-23 01:46:04 +00:00
parent f997976c8a
commit 313f109c9c

View file

@ -1,7 +1,7 @@
(function($){
$(function(){
if(addon_keyword_link.length > 0){
if(!addon_keyword_link_cssquery) addon_keyword_link_cssquery= 'div.contentBody > div, div.replyContent > div';
if(!addon_keyword_link_cssquery) addon_keyword_link_cssquery= '.xe_content';
$(addon_keyword_link_cssquery).each(function(){
var content = $(this).html();
for(var i=0,c=addon_keyword_link.length;i<c;i++){