ZF-6604: Incorrect CDN path for jQueryUI
Description
The CDN base path mapped currently to "http://ajax.googleapis.com/ajax/libs/jquery/" but for jquery ui component this should be "http://ajax.googleapis.com/ajax/libs/jqueryui/".
http://ajax.googleapis.com/ajax/libs/… <-- Not Found http://ajax.googleapis.com/ajax/libs/… <- Correct
Comments
Posted by Benjamin Eberlei (beberlei) on 2009-05-11T09:52:16.000+0000
This is a duplicate and fixed for 1.8.1 already.