diff --git a/chrome/content/zotero/preferences/preferences.js b/chrome/content/zotero/preferences/preferences.js index 748b15a43..fae66ff92 100644 --- a/chrome/content/zotero/preferences/preferences.js +++ b/chrome/content/zotero/preferences/preferences.js @@ -1207,10 +1207,10 @@ function deleteStyle() { if(ps.confirm(null, '', text)) { // delete if requested if(cslIDs.length == 1) { - selectedStyle.delete(); + selectedStyle.remove(); } else { for(var i=0; i