mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
#312 js 오류 수정.
This commit is contained in:
parent
b14a670655
commit
eb2d12ee4c
2 changed files with 4 additions and 1 deletions
|
|
@ -91,6 +91,9 @@
|
|||
this.embedSetting.maxWidth = $('.xe_content').width();
|
||||
}
|
||||
|
||||
if(!target) return;
|
||||
if(target && target.nodeType == 3) target = $(target);
|
||||
|
||||
target.oembed(null, thisPlugin.embedSetting).addClass('_oembed');
|
||||
},
|
||||
extractTargets : function(obj) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue