Skip to content

Commit cbfb4e3

Browse files
committed
ACL item reorder: Fix error message box
1 parent c94cb0f commit cbfb4e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/scripts/vpc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
args.response.success();
4949
},
5050
error: function(errorMsg) {
51-
clearInterval(pollTimer);
52-
args.response.error(parseXMLHttpResponse(errorMsg));
51+
clearInterval(pollTimer);
52+
args.response.error(errorMsg);
5353
}
5454
});
5555
}, 1000);

0 commit comments

Comments
 (0)