commit 6336a30cb94f679e2d57efeb6ecf6782483b884e
parent 7d79865023828b87e744ef5cc59ed98e3ebfc224
Author: Adomas VenĨkauskas <adomas.ven@gmail.com>
Date: Wed, 3 May 2017 14:00:17 +0300
Remove obsolete styles related code
Diffstat:
2 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/chrome/content/zotero/xpcom/style.js b/chrome/content/zotero/xpcom/style.js
@@ -23,11 +23,6 @@
***** END LICENSE BLOCK *****
*/
-/**
- * @property {Boolean} cacheTranslatorData Whether translator data should be cached or reloaded
- * every time a translator is accessed
- * @property {Zotero.CSL} lastCSL
- */
Zotero.Styles = new function() {
var _initialized = false;
var _initializationDeferred = false;
@@ -82,7 +77,6 @@ Zotero.Styles = new function() {
_styles = {};
_visibleStyles = [];
- this.lastCSL = null;
// main dir
var dir = Zotero.getStylesDirectory().path;
diff --git a/defaults/preferences/zotero.js b/defaults/preferences/zotero.js
@@ -24,7 +24,6 @@ pref("extensions.zotero.zoteroDotOrgVersionHeader", true);
pref("extensions.zotero.triggerProxyAuthentication", true);
// Proxy auth URLs should respond successfully to HEAD requests over HTTP and HTTPS (in case of forced HTTPS requests)
pref("extensions.zotero.proxyAuthenticationURLs", 'http://www.acm.org,http://www.ebscohost.com,http://www.elsevier.com,http://www.ieee.org,http://www.jstor.org,http://www.ovid.com,http://www.springer.com,http://www.tandfonline.com');
-pref("extensions.zotero.cacheTranslatorData",true);
pref("extensions.zotero.browserContentContextMenu", true);
pref("extensions.zotero.openURL.resolver","http://worldcatlibraries.org/registry/gateway");
pref("extensions.zotero.openURL.version","1.0");