Keyword

jquery always loaded from remote location

More
12 years 1 day ago #104490 by chris
In version k2 2.6.0 (i'm not sure about earlier ones) and joomla 2.5.7 jquery is always loaded from remote location, regardless of the parameter value chosen at the k2 cpanel.

In order to correct this change the following

/administrator/components/com_k2/helpers/html.php line 73

$handling = $application->isAdmin() ? $params->get('backendJQueryHandling', 'remote') : $params->get('JQueryHandling', '1.8remote');

should be

$handling = $application->isAdmin() ? $params->get('backendJQueryHandling', 'remote') : $params->get('jQueryHandling', '1.8remote');

in other words the parameter name "JQueryHandling" must be "jQueryHandling".

Please Log in or Create an account to join the conversation.

More
12 years 1 day ago #104491 by Lefteris
Replied by Lefteris on topic Re: jquery always loaded from remote location
Hi. Just fixed in the SVN. Thanks for reporting.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum