remove googleapis jquery.min.js
Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: 




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?
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?
-
- 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.
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.
-
- 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?
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');
}
-
- Fresh Boarder
- GK User
- Mon Jan 27, 2014 11:09 am
- Reply with quote
- Report this post
This is as always fault of Google.
But BIG thanks for ticket.
Now you have two options:
1) Wait until next update of module
2) Manually replace URL with this one

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
-
- Platinum Boarder
4 posts
• Page 1 of 1