Disable debug output on drag over tag
This commit is contained in:
parent
0b89ccadf9
commit
1a0735b381
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user