Sorry about that - I somehow missed the whole second page of posts :(.
I'm not reproducing this problem, but I think there must be a version mismatch occurring here - despite the fact that you cleared the cache.
I notice that the modules referenced in your Developer Console debugger have the isc_version query param, but those in your test case do not. In theory, with a clear cache, this shouldn't matter, but I think there must be a caching layer somewhere (possibly a level 4 switch?) that is paying attention to these different URIs and possibly serving stale files.
As a sanity check, can you point your browser directly at the ISC_Core.js file - once with and once without the isc_version query param and take a look at the copyright header in that file - the version and date are right there near the top. Do they both say 10.0p 9/21/2014?
I'm not reproducing this problem, but I think there must be a version mismatch occurring here - despite the fact that you cleared the cache.
I notice that the modules referenced in your Developer Console debugger have the isc_version query param, but those in your test case do not. In theory, with a clear cache, this shouldn't matter, but I think there must be a caching layer somewhere (possibly a level 4 switch?) that is paying attention to these different URIs and possibly serving stale files.
As a sanity check, can you point your browser directly at the ISC_Core.js file - once with and once without the isc_version query param and take a look at the copyright header in that file - the version and date are right there near the top. Do they both say 10.0p 9/21/2014?
Comment