code cleanucode cleanupp
This commit is contained in:
parent
3598a14dc6
commit
37f90fbb0f
1 changed files with 0 additions and 2 deletions
|
|
@ -339,7 +339,6 @@ $(function() {
|
|||
|
||||
|
||||
$(document).bind("dragover", function (e) {
|
||||
console.log("dragover");
|
||||
var dropOverlay = $("#drop_overlay");
|
||||
var dropZone = $("#drop");
|
||||
var dropZoneLocal = $("#drop_locally");
|
||||
|
|
@ -608,7 +607,6 @@ $(function() {
|
|||
});
|
||||
|
||||
$(document).bind("drop dragover", function (e) {
|
||||
console.log("drop dragover");
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue