ACL item reorder: Fix error message box
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3c82e7eb Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3c82e7eb Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3c82e7eb Branch: refs/heads/4.2 Commit: 3c82e7eb88a83b9fc9c452f88f4b207c09967fac Parents: 4cd5dfe Author: Brian Federle <[email protected]> Authored: Mon Jul 8 11:08:52 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Mon Jul 8 11:10:16 2013 -0700 ---------------------------------------------------------------------- ui/scripts/vpc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3c82e7eb/ui/scripts/vpc.js ---------------------------------------------------------------------- diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index c510871..4add0be 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -48,8 +48,8 @@ args.response.success(); }, error: function(errorMsg) { - clearInterval(pollTimer); - args.response.error(parseXMLHttpResponse(errorMsg)); + clearInterval(pollTimer); + args.response.error(errorMsg); } }); }, 1000);
