Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.0
-
Fix Version/s: 1.8.1
-
Component/s: ZendX_JQuery
-
Labels:None
Description
Currently ZendX_JQuery uses the following URL for the JQUERY UI GOOGLE CDN:
http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery-ui.min.js
Google has changed the url for JQUERY UI. The URL is now:
http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js
Refer to documentation:
http://code.google.com/apis/ajaxlibs/documentation/#jqueryUI
Fixed in trunk and merged back into 1.8 release branch.