commit 0d9cddaa34ab96dfc05cfe78efee5034a68dfea2
parent 5d92a9c43df26a4b9debd8f3bd3fb5f53e1af0d4
Author: Dan Stillman <dstillman@zotero.org>
Date: Sat, 3 Sep 2011 19:51:04 +0000
Change error report URL
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/errorReport.xul b/chrome/content/zotero/errorReport.xul
@@ -53,7 +53,7 @@
body += key + '=' + encodeURIComponent(parts[key]) + '&';
}
body = body.substr(0, body.length - 1);
- Zotero.HTTP.doPost("http://www.zotero.org/repo/report", body,
+ Zotero.HTTP.doPost("https://repo.zotero.org/repo/report", body,
_sendErrorReportCallback);
}