mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
#18569698 텍스트 노드에 MMS 링크만 존재할 경우, 링크를 인식하지 못하던 버그 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7074 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
08685ad504
commit
c1ff5313ce
2 changed files with 5 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue