Move Safari items to root images directory, part 1
This commit is contained in:
parent
aeb7b83a39
commit
48f6de7ad1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue