Skip Quick Copy until #520 is done
This commit is contained in:
parent
22e0ba3a22
commit
f164fef3d2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user