diff --git a/chrome/content/zotero/components/icons.jsx b/chrome/content/zotero/components/icons.jsx index 76cb63ecb3..2c5743780f 100644 --- a/chrome/content/zotero/components/icons.jsx +++ b/chrome/content/zotero/components/icons.jsx @@ -114,9 +114,6 @@ i('Tick', "chrome://zotero/skin/tick.png"); i('ArrowRefresh', "chrome://zotero/skin/arrow_refresh.png"); //i('Link', "chrome://zotero/skin/link.png"); -i('RTFScanAccept', "chrome://zotero/skin/rtfscan-accept.png", false); -i('RTFScanLink', "chrome://zotero/skin/rtfscan-link.png", false); - i('Attach', "chrome://zotero/skin/attach.png"); i('BulletBlue', "chrome://zotero/skin/bullet_blue.png"); i('BulletBlueEmpty', "chrome://zotero/skin/bullet_blue_empty.png"); diff --git a/chrome/content/zotero/elements/styleConfigurator.js b/chrome/content/zotero/elements/styleConfigurator.js index c9c5e2c266..a41a869b33 100644 --- a/chrome/content/zotero/elements/styleConfigurator.js +++ b/chrome/content/zotero/elements/styleConfigurator.js @@ -96,7 +96,7 @@ } get style() { - return this.style; + return this._style; } set style(style) { @@ -159,7 +159,7 @@
-