#312 jquery.oembed의 css 파일 추가.

This commit is contained in:
bnu 2014-01-16 13:05:15 +09:00
parent 8a880620ab
commit c64d7e56d7

View file

@ -8,6 +8,7 @@ if(!defined('__XE__'))
if($called_position == 'after_module_proc' && Context::getResponseMethod() == 'HTML')
{
Context::loadFile('./addons/oembed/jquery.oembed.css');
Context::loadFile(array('./addons/oembed/jquery.oembed.js', 'body', '', null), true);
Context::loadFile(array('./addons/oembed/oembed.js', 'body', '', null), true);
}