commit 1a0735b3819017790fcba7c9fe9ef83d6446b907 parent 0b89ccadf9281e423591c769e7c3164ea5e88c17 Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 11 Dec 2012 03:22:57 -0500 Disable debug output on drag over tag Diffstat:
| M | chrome/content/zotero/bindings/tagselector.xml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/bindings/tagselector.xml b/chrome/content/zotero/bindings/tagselector.xml @@ -770,7 +770,7 @@ <body> <![CDATA[ this.onDragOver = function (event) { - Zotero.debug(event.dataTransfer.mozTypesAt(0)); + //Zotero.debug(event.dataTransfer.mozTypesAt(0)); if (!event.dataTransfer.getData('zotero/item')) { return; }