
28 Jun
2010
28 Jun
'10
4:03 p.m.
2010/6/28 Ninad Pundalik <ninadsp16289@gmail.com>:
<snip>
Also "Add a new user" seems broken on the demo server[1] ("currently running Git revision 06a7736 from master branch"), when I click the link, the right frame never finishes loading. I see the textboxes for creating a user for a fraction of a second before the page goes white. </snip> I'll test it on the demo server and figure out the issue. I suspect that a document.write() call is conflicting somewhere with jQuery.
Try to avoid using document.write() and use DOM manipulation methods instead. XHTML documents should not use it. -- Piotr Przybylski