ZF-6594: Google cdn url for jquery ui has changed
Description
Currently ZendX_JQuery uses the following URL for the JQUERY UI GOOGLE CDN:
http://ajax.googleapis.com/ajax/libs/…
Google has changed the url for JQUERY UI. The URL is now:
http://ajax.googleapis.com/ajax/libs/…
Refer to documentation: http://code.google.com/apis/ajaxlibs/…
Comments
Posted by Benjamin Eberlei (beberlei) on 2009-05-10T02:10:04.000+0000
Fixed in trunk and merged back into 1.8 release branch.