Deploy VM action - remove a non-used value.

This commit is contained in:
Jessica Wang 2011-02-02 15:59:23 -08:00
parent 848cff6318
commit 617569a21b
1 changed files with 1 additions and 1 deletions

View File

@ -1197,7 +1197,7 @@ function initVMWizard() {
}
} else if (result.jobstatus == 2) {
// Failed
afterAddingMidMenuItem($midmenuItem1, false, fromdb(result.jobresult.errortext));
afterAddingMidMenuItem($midmenuItem1, false, null);
}
}
},