Just updated to 7.x-4.0-alpha2 and after setting jQuery version to use Google CDN jquery-ui returns error 404

The link it was passing to get jquery-ui is being merged with the version number missing the / in the url like:
//ajax.googleapis.com/ajax/libs/jqueryui/1.10.2jquery-ui.min.js
When it should be:
//ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js

The / between the version number and jquery-ui.min.js is missing!

So I created a patch which addresses this simple fix in the jquery_update.module file, which I will add shortly..

CommentFileSizeAuthor
#2 jquery-ui-google-cdn-fix-3301368-2.patch668 bytessidgrafix

Comments

sidgrafix created an issue. See original summary.

sidgrafix’s picture

StatusFileSize
new668 bytes

And the patch...

  • mcdruid committed 6e4ad54 on 7.x-4.x authored by sidgrafix
    Issue #3301368 by sidgrafix: Jquery UI from Google CDN Error 404
    
mcdruid’s picture

Status: Active » Fixed

Thank you!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.