Merge remote-tracking branch 'origin/connector' into 4.0
This commit is contained in:
commit
b4142342a5
4 changed files with 4 additions and 4 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;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<em:id>zotero@chnm.gmu.edu</em:id>
|
||||
<em:name>Zotero</em:name>
|
||||
<em:version>4.0.26.SOURCE</em:version>
|
||||
<em:version>4.0.26.1.SOURCE</em:version>
|
||||
<em:creator>Center for History and New Media<br/>George Mason University</em:creator>
|
||||
<em:contributor>Dan Cohen</em:contributor>
|
||||
<em:contributor>Sean Takats</em:contributor>
|
||||
|
|
|
@ -14,7 +14,7 @@ var ZOTERO_CONFIG = {
|
|||
BOOKMARKLET_ORIGIN: 'https://www.zotero.org',
|
||||
HTTP_BOOKMARKLET_ORIGIN: 'http://www.zotero.org',
|
||||
BOOKMARKLET_URL: 'https://www.zotero.org/bookmarklet/',
|
||||
VERSION: '4.0.26.SOURCE'
|
||||
VERSION: '4.0.26.1.SOURCE'
|
||||
};
|
||||
|
||||
EXPORTED_SYMBOLS = ["ZOTERO_CONFIG"];
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<RDF:Seq>
|
||||
<RDF:li>
|
||||
<RDF:Description>
|
||||
<version>4.0.26.SOURCE</version>
|
||||
<version>4.0.26.1.SOURCE</version>
|
||||
<targetApplication>
|
||||
<RDF:Description>
|
||||
<id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
|
||||
|
|
Loading…
Reference in a new issue