ACL item reorder: Fix error message box

This commit is contained in:
Brian Federle 2013-07-08 11:08:52 -07:00
parent c94cb0fc41
commit cbfb4e3976
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@
args.response.success();
},
error: function(errorMsg) {
clearInterval(pollTimer);
args.response.error(parseXMLHttpResponse(errorMsg));
clearInterval(pollTimer);
args.response.error(errorMsg);
}
});
}, 1000);