Fix Date Published in Timeline

This commit is contained in:
Dan Stillman 2011-03-05 04:10:29 +00:00
parent 30ff1bd2ae
commit f94242f7ad
2 changed files with 12 additions and 15 deletions

View file

@ -701,11 +701,6 @@ function ChromeExtensionHandler() {
break generateContent;
}
// Convert item objects to export arrays
for (var i = 0; i < items.length; i++) {
items[i] = items[i].toArray();
}
mimeType = 'application/xml';
var theDateTypes = new Object();
@ -1060,8 +1055,8 @@ ChromeExtensionHandler.prototype = {
// extensions that modify data are added
// - https://www.zotero.org/trac/ticket/1156
//
//Components.interfaces.nsIProtocolHandler.URI_IS_LOCAL_FILE,
Components.interfaces.nsIProtocolHandler.URI_LOADABLE_BY_ANYONE,
Components.interfaces.nsIProtocolHandler.URI_IS_LOCAL_FILE,
//Components.interfaces.nsIProtocolHandler.URI_LOADABLE_BY_ANYONE,
allowPort : function(port, scheme) {
return false;