mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
Merge branch 'feature/addon-oembed' into develop
This commit is contained in:
commit
792712d52f
3 changed files with 1145 additions and 791 deletions
File diff suppressed because it is too large
Load diff
2
addons/oembed/jquery.oembed.min.js
vendored
2
addons/oembed/jquery.oembed.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -8,6 +8,7 @@ if(!defined('__XE__'))
|
||||||
|
|
||||||
if($called_position == 'after_module_proc' && Context::getResponseMethod() == 'HTML')
|
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/jquery.oembed.js', 'body', '', null), true);
|
||||||
Context::loadFile(array('./addons/oembed/oembed.js', 'body', '', null), true);
|
Context::loadFile(array('./addons/oembed/oembed.js', 'body', '', null), true);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue