http://ajax.googleapis.com/ajax/libs/dojo/1.6/dojo/dojo.xd.jsFailed to load

阅读更多
http://ajax.googleapis.com/ajax/libs/dojo/1.6/dojo/dojo.xd.jsFailed to load

解决方案:

A Dojo library in version 1.6 is only avaliable through a specific
version path, since today morning.

http://ajax.googleapis.com/ajax/libs/dojo/ 1.6/dojo/dojo.xd.js -
returns 404 error
http://ajax.googleapis.com/ajax/libs/dojo/ 1.6.0/dojo/dojo.xd.js - OK

Older versions works well with both specific version and truncated
version paths.
http://ajax.googleapis.com/ajax/libs/dojo/1.5/dojo/dojo.xd.js - OK
http://ajax.googleapis.com/ajax/libs/dojo/1.5.1/dojo/dojo.xd.js - OK

Who can restore a normal behavior of the truncated version for
Dojo-1.6?

你可能感兴趣的:(dojo,ajax,load)