Updated Branches: refs/heads/master c94cb0fc4 -> cbfb4e397
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/cbfb4e39 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/cbfb4e39 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/cbfb4e39 Branch: refs/heads/master Commit: cbfb4e3976d01b76216ea0e4352b8a5432e08bfc Parents: c94cb0f Author: Brian Federle <[email protected]> Authored: Mon Jul 8 11:08:52 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Mon Jul 8 11:08:52 2013 -0700 ---------------------------------------------------------------------- ui/scripts/vpc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/cbfb4e39/ui/scripts/vpc.js ---------------------------------------------------------------------- diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index d2c8134..cc3e468 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);
