#18569698 텍스트 노드에 MMS 링크만 존재할 경우, 링크를 인식하지 못하던 버그 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7074 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2009-12-28 06:32:21 +00:00
parent 08685ad504
commit c1ff5313ce
2 changed files with 5 additions and 4 deletions

View file

@ -65,7 +65,7 @@
if(content.length < 5) return;
if(!/(http|https|ftp|news|telnet|irc):\/\//i.test(content)) return;
if(!/(http|https|ftp|news|telnet|irc|mms):\/\//i.test(content)) return;
thisPlugin.targets.push(this);
} else {