The issue is that the most recent Jenkins build has default security settings
that disable the loading of javascript.
--
View this message in context:
http://doxygen.10944.n7.nabble.com/js-files-not-included-in-jenkins-tp7487p7492.html
Sent from the Doxygen - Users mailing list archive at Nabbl
I think searching for Chrome and allow scripts will give some hints.
Google Chrome the option --allow-file-access-from-files should be used to
overcome the problem that javascript is not executed as Google Chrome
browser will not load local file by default due to security reason.
Albert
On Sat, D
A bit more info - the developer tools in Chrome is showing this error:
Blocked script execution in '...' because the document's frame is sandboxed
and the 'allow-scripts' permission is not set.
--
View this message in context:
http://doxygen.10944.n7.nabble.com/js-files-not-included-in-jenki
I'm running a Jenkins build with the Doxygen plugin on a Centos instance, and
for some reason, the js files aren't getting included. When I click on the
toggle arrows, nothing happens. If I load up the Chrome debugger, no js
files are loaded (ie, the dynsections.js file isn't listed as a source
fil