fix regression on 9a23229d946eb117985ef4547acccb3c11f56283, comma was actually a needed separator

This commit is contained in:
Daan Hoogland 2015-11-26 14:07:14 +01:00
parent 45fa8ffb20
commit 781702aea7

View File

@ -1405,7 +1405,7 @@
});
}
});
}
},
error: function(json) {
complete({ error: parseXMLHttpResponse(json) });
}