Fix automatic title abbreviation on new installs

This commit is contained in:
Simon Kornblith 2013-04-03 17:32:32 -04:00
parent 0add49e66e
commit d332c84606

View File

@ -377,8 +377,6 @@ Zotero.Cite.getAbbreviation = new function() {
* Replace getAbbreviation on citeproc-js with our own handler.
*/
return function getAbbreviation(listname, obj, jurisdiction, category, key) {
if(!Zotero.Prefs.get("cite.automaticTitleAbbreviation")) return;
init();
// Short circuit if we know we don't handle this kind of abbreviation