Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E47810AB8 for ; Fri, 13 Dec 2013 16:48:33 +0000 (UTC) Received: (qmail 61003 invoked by uid 500); 13 Dec 2013 16:48:33 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 60979 invoked by uid 500); 13 Dec 2013 16:48:33 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 60972 invoked by uid 99); 13 Dec 2013 16:48:33 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Dec 2013 16:48:33 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C78948B829D; Fri, 13 Dec 2013 16:48:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 8821d75 Date: Fri, 13 Dec 2013 16:48:32 +0000 (UTC) Updated Branches: refs/heads/master 1cc68ae6c -> 8821d7544 CLOUDSTACK-5480: Fix broken password confirm validation Properly destroy add account dialog on close, to fix password confirm validation pointing to wrong dialog's field. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8821d754 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8821d754 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8821d754 Branch: refs/heads/master Commit: 8821d75442cb68ff2fbca4debc282a335c502754 Parents: 1cc68ae Author: Brian Federle Authored: Fri Dec 13 08:44:06 2013 -0800 Committer: Brian Federle Committed: Fri Dec 13 08:48:22 2013 -0800 ---------------------------------------------------------------------- ui/scripts/ui-custom/accountsWizard.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8821d754/ui/scripts/ui-custom/accountsWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui-custom/accountsWizard.js b/ui/scripts/ui-custom/accountsWizard.js index f341711..e52c21f 100644 --- a/ui/scripts/ui-custom/accountsWizard.js +++ b/ui/scripts/ui-custom/accountsWizard.js @@ -26,6 +26,7 @@ var close = function() { $wizard.dialog('destroy'); + $wizard.remove(); $('div.overlay').fadeOut(function() { $('div.overlay').remove(); });