www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 48f6de7ad1f487f184a4efd333caf5caca9bdb63
parent aeb7b83a39250983c196031742b1d25213e633bb
Author: Simon Kornblith <simon@simonster.com>
Date:   Sat, 14 Mar 2015 18:28:05 -0400

Move Safari items to root images directory, part 1

Diffstat:
Mchrome/content/zotero/xpcom/connector/cachedTypes.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/connector/cachedTypes.js b/chrome/content/zotero/xpcom/connector/cachedTypes.js @@ -87,7 +87,7 @@ Zotero.Connector_Types = new function() { } else if(Zotero.isChrome) { return chrome.extension.getURL("images/"+icon); } else if(Zotero.isSafari) { - return safari.extension.baseURI+"images/itemTypes/"+icon; + return safari.extension.baseURI+"images/"+icon; } }; }