Return proper text for 409 errors from HTTP server

This commit is contained in:
Dan Stillman 2018-03-29 07:11:35 -04:00
parent 46eb84e859
commit 0f6b712963

View file

@ -32,6 +32,7 @@ Zotero.Server = new function() {
300:"Multiple Choices",
400:"Bad Request",
404:"Not Found",
409:"Conflict",
412:"Precondition Failed",
500:"Internal Server Error",
501:"Not Implemented",