commit 48a143505b5fa462571e9234065de01d648c2dd2 parent 66ac0bddcd06b848b8d5a15bdea1a020f02a72e1 Author: Simon Kornblith <simon@simonster.com> Date: Thu, 16 Sep 2010 06:25:52 +0000 remove unnecessary fallback code Diffstat:
| M | 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 @@ -751,7 +751,7 @@ Zotero.Integration.Document.prototype._updateDocument = function(forceCitations, bibliographyText = bib[0].bibstart+bib[1].join("\\\r\n")+"\\\r\n"+bib[0].bibend; // if bibliography style not set, set it - if(!this._session.data.bibliographyStyleHasBeenSet && this._doc.hasProperty("setBibliographyStyle")) { + if(!this._session.data.bibliographyStyleHasBeenSet) { var bibStyle = Zotero.Cite.getBibliographyFormatParameters(bib); // set bibliography style