From 92ea15948fb4aeba2ca104948a55de39ad0f647f Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 29 Oct 2008 06:57:34 +0000 Subject: [PATCH] closes #1186, ask before upgrading field codes adds field code warning to Word plug-in and updates API version --- chrome/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 index bc2f8ee4a1..e6d460dd41 100644 --- 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;