diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index d2c8134f1aa..cc3e468fad1 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);