www

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

commit 9cd7423dd7fae6894fd601b46502b87b51258270
parent 431185cc3a9dc8c79e6c010787e3074a27293412
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue,  2 Sep 2014 23:28:20 -0400

Change cert error message URL to https://

Diffstat:
Mchrome/content/zotero/xpcom/sync.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js @@ -1974,7 +1974,7 @@ Zotero.Sync.Server = new function () { catch (e) { Zotero.debug(e); } - var kbURL = 'http://zotero.org/support/kb/ssl_certificate_error'; + var kbURL = 'https://zotero.org/support/kb/ssl_certificate_error'; _error(Zotero.getString('sync.storage.error.webdav.sslCertificateError', host) + "\n\n" + Zotero.getString('general.seeForMoreInformation', kbURL), false, noReloadOnFailure);