www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 0f6b7129634f33ce942aef456f0f6add5a0dc1ee
parent 46eb84e859e4972b2177d91fb395097378af144d
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 29 Mar 2018 07:11:35 -0400

Return proper text for 409 errors from HTTP server

Diffstat:
Mchrome/content/zotero/xpcom/server.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/server.js b/chrome/content/zotero/xpcom/server.js @@ -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",