Re: [Doxygen-users] js files not included in jenkins

2015-12-21 Thread incady
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

Re: [Doxygen-users] js files not included in jenkins

2015-12-19 Thread Albert
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

Re: [Doxygen-users] js files not included in jenkins

2015-12-18 Thread incady
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

[Doxygen-users] js files not included in jenkins

2015-12-18 Thread incady
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