mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 05:28:44 +02:00
Removed a debug trace introduced with the file drag&drop capability
SVN:trunk[3212]
This commit is contained in:
@@ -398,7 +398,6 @@ $oPage->add_ready_script(
|
||||
$(document).bind('dragover', function (e) {
|
||||
var bFiles = false;
|
||||
|
||||
console.log(e);
|
||||
if (e.dataTransfer.types)
|
||||
{
|
||||
for (var i = 0; i < e.dataTransfer.types.length; i++)
|
||||
|
||||
Reference in New Issue
Block a user