commit f164fef3d27089d984d59a23eebe917d68d405bb
parent 22e0ba3a225f0fd78cc8914697b519fdc4d4f9f8
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 22 May 2015 16:00:22 -0400
Skip Quick Copy until #520 is done
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/chrome/content/zotero/xpcom/itemTreeView.js b/chrome/content/zotero/xpcom/itemTreeView.js
@@ -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;