www

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

commit 5da77cf7ee3f8649b32fbb4f46009b39ca7fdfc1
parent 49a8d68e60973b05b93c914fa8dd6dd4714b8f37
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue,  3 Oct 2006 20:48:41 +0000


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

diff --git a/chrome/content/zotero/xpcom/translate.js b/chrome/content/zotero/xpcom/translate.js @@ -941,6 +941,7 @@ Zotero.Translate.prototype._reportTranslationFailure = function(errorData) { if(this.translator[0].inRepository && Zotero.Prefs.get("reportTranslationFailure")) { var postBody = "ids[]="+escape(this.translator[0].translatorID)+ "&lastUpdated="+escape(this.translator[0].lastUpdated)+ + "&extVersion="+escape(Zotero.version)+ "&errorData="+escape(errorData); Zotero.Utilities.HTTP.doPost("http://www.zotero.org/repo/report", postBody); }