mirror of https://github.com/apache/cloudstack.git
ACL item reorder: Fix error message box
This commit is contained in:
parent
c94cb0fc41
commit
cbfb4e3976
|
|
@ -48,8 +48,8 @@
|
|||
args.response.success();
|
||||
},
|
||||
error: function(errorMsg) {
|
||||
clearInterval(pollTimer);
|
||||
args.response.error(parseXMLHttpResponse(errorMsg));
|
||||
clearInterval(pollTimer);
|
||||
args.response.error(errorMsg);
|
||||
}
|
||||
});
|
||||
}, 1000);
|
||||
|
|
|
|||
Loading…
Reference in New Issue