Fixed an issue which would sometimes cause pop ups to fail on the project display page.
This commit is contained in:
parent
acf0f5fa1b
commit
165251ce08
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue