Fixed an issue which would sometimes cause pop ups to fail on the project display page.

This commit is contained in:
Frank Dillon 2008-07-07 20:33:02 +00:00
parent acf0f5fa1b
commit 165251ce08
2 changed files with 1 additions and 1 deletions

View file

@ -73,7 +73,7 @@ function showPopWin( e ) {
}
function doDialog (req) {
var contentArea = document.getElementById("contentArea");
var contentArea = document.getElementById("PMproject");
contentArea.innerHTML = "" + contentArea.innerHTML + req.responseText;
var taskDialog = document.getElementById("popupInner");