Error showing modal panels on IE 9 and IE 10
Multi-project management, web-based Project Management suite.
Brought to you by:
albertopereto
All modal panels is not showed on IE 9 and IE 10.
To solve this problem, I change the file:
modal_panel.js
From this:
// this.iframe = document.createElement('<iframe src="about:blank" frameborder="0">');</p>
<p>To this:<br>
this.iframe = document.createElement('IFRAME'); // ie 9 e 10</p></iframe>