new UI - dismiss dialog box after creating template from volume.

This commit is contained in:
Jessica Wang 2010-09-11 21:16:21 -07:00
parent c16faa4d41
commit 5fb3bf8b56
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ function doCreateTemplate($actionLink, listAPIMap, $singleObject) {
"Create": function() {
//debugger;
var thisDialog = $(this);
thisDialog.dialog("close");
// validate values
var isValid = true;