mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-11 23:01:41 +09:00
Issue 2107 remove mobile JS error on the mobile page. xe.min.js needed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10813 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
628542f474
commit
ecc549da07
1 changed files with 2 additions and 1 deletions
|
|
@ -10,8 +10,9 @@
|
|||
|
||||
if(!class_exists('AddonCaptcha'))
|
||||
{
|
||||
// On the mobile mode, XE Core does not load jquery as normal.
|
||||
// On the mobile mode, XE Core does not load jquery and xe.js as normal.
|
||||
Context::loadFile(array('./common/js/jquery.min.js','head', NULL,-100000),true);
|
||||
Context::loadFile(array('./common/js/xe.min.js','head', NULL,-100000),true);
|
||||
class AddonCaptcha
|
||||
{
|
||||
var $addon_info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue