remove googleapis jquery.min.js

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Jan 26, 2014 11:12 am
Reply with quote
Report this post
HI,

if I do some test of my website I always got a error when trying retrieve https://ajax.googleapis.com/ajax/libs/j ... ery.min.js, it returns a 404.
where can I delete or update this url? is it necessary?
User avatar
Fresh Boarder

GK User
Sun Jan 26, 2014 11:42 am
Reply with quote
Report this post
Hi,
it means that google remove link to this JS library.
Check which extension load it? Enable - disable one by one.
Or copy whole plugins and modules -- folder to your PC and search this phrase using tool "Replace in Files" or similar.
Because I couldn't find this link inside template code.
User avatar
Platinum Boarder

GK User
Sun Jan 26, 2014 7:13 pm
Reply with quote
Report this post
Hi,

i found the file where this url is inside. Its the file helper.php in modules\mod_grid_gk5.
What does it do, and how can i fix the 404?

Code: Select all
// searching phrase mootools in scripts paths
            if(array_search('https://ajax.googleapis.com/ajax/libs/jquery/1.10/jquery.min.js', $headData_keys) > 0) {
                $engine_founded = true;
            }
            //
            if(!$engine_founded) {
                $doc->addScript('https://ajax.googleapis.com/ajax/libs/jquery/1.10/jquery.min.js');
            }
User avatar
Fresh Boarder

GK User
Mon Jan 27, 2014 11:09 am
Reply with quote
Report this post
This is as always fault of Google. :whistle:
But BIG thanks for ticket.

Now you have two options:
1) Wait until next update of module
2) Manually replace URL with this one
Code: Select all
https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.