www

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

commit 92ea15948fb4aeba2ca104948a55de39ad0f647f
parent 9c02d05c338d55771149c3cf4cccf3994f131223
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed, 29 Oct 2008 06:57:34 +0000

closes #1186, ask before upgrading field codes
adds field code warning to Word plug-in and updates API version


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

diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js @@ -21,7 +21,7 @@ */ const API_VERSION = 2; -const COMPAT_API_VERSION = 5; +const COMPAT_API_VERSION = 6; Zotero.Integration = new function() { var _contentLengthRe = /[\r\n]Content-Length: *([0-9]+)/i;