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:
misol 2012-07-01 04:59:45 +00:00
parent 628542f474
commit ecc549da07

View file

@ -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;