Hi,
I'm new to the world of Dojo. We are using Websphere Portal 6.1 server which uses Dojo in the theme. We are getting "This page contains both secure and nonsecure items.Do you want to display the nonsecure items?" message in IE 7. We commented
if(!dojo.config.afterOnLoad){document.write('<scr'+'ipt defer src="//:" '+ 'onreadystatechange="if(this.readyState==
\'complete\'){' + dojo._scopeName + '._loadInit();}">'+ '</scr'+'ipt>'
); }
section from dojo.js.uncompressed.js file and there is no message after that. Since this file get's updated once we install any Fixes, these changes needs to be applied each time. We would like to use a custom file for this. Can someone help me in this? Is this a bug in dojo?
Please help
Thanks.
