From 781702aea7f8e6e31883f22aa519980320609ab4 Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Thu, 26 Nov 2015 14:07:14 +0100 Subject: [PATCH] fix regression on 9a23229d946eb117985ef4547acccb3c11f56283, comma was actually a needed separator --- ui/scripts/accounts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/accounts.js b/ui/scripts/accounts.js index da24ab694fe..376ef125d54 100644 --- a/ui/scripts/accounts.js +++ b/ui/scripts/accounts.js @@ -1405,7 +1405,7 @@ }); } }); - } + }, error: function(json) { complete({ error: parseXMLHttpResponse(json) }); }