www

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

commit 6dfb6af461ee99d585d78cdd3ccd75d25b72d90c
parent acd54cd2c037a19f6bec86409ad955e1aa5d54e0
Author: Mikko Rönkkö <mikko.ronkko@aalto.fi>
Date:   Wed,  2 Nov 2011 18:33:49 +0200

Changed the required versions from SVN to SOURCE to reflect name changes

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 @@ -35,7 +35,7 @@ const INTEGRATION_PLUGINS = ["zoteroMacWordIntegration@zotero.org", "zoteroOpenOfficeIntegration@zotero.org", "zoteroWinWordIntegration@zotero.org"]; Zotero.Integration = new function() { - const INTEGRATION_MIN_VERSIONS = ["3.1.7.SVN", "3.5b2.SVN", "3.1.3.SVN"]; + const INTEGRATION_MIN_VERSIONS = ["3.1.7.SOURCE", "3.5b2.SOURCE", "3.1.3.SOURCE"]; var _tmpFile = null; var _osascriptFile;