Skip Quick Copy until #520 is done

This commit is contained in:
Dan Stillman 2015-05-22 16:00:22 -04:00
parent 22e0ba3a22
commit f164fef3d2

View File

@ -2513,6 +2513,10 @@ Zotero.ItemTreeView.prototype.onDragStart = function (event) {
}
}
// TEMP
Zotero.debug("TEMP: Skipping Quick Copy");
return;
// Get Quick Copy format for current URL
var url = this._ownerDocument.defaultView.content && this._ownerDocument.defaultView.content.location ?
this._ownerDocument.defaultView.content.location.href : null;