Compare commits
No commits in common. "4810a7ee97f08ba55266305d6bef4c9a13a1518b" and "bb18c9155b8a488fd6f127a82bb6df83cfe8d833" have entirely different histories.
4810a7ee97
...
bb18c9155b
2 changed files with 4 additions and 9 deletions
|
|
@ -118,15 +118,11 @@
|
|||
});
|
||||
Ox.$document.on({
|
||||
dragenter: function(event) {
|
||||
if (Ox.contains(event.originalEvent.dataTransfer.types, 'Files')) {
|
||||
event.originalEvent.preventDefault();
|
||||
event.originalEvent.stopPropagation();
|
||||
if (!$('#importScreen').length && !$('#closedScreen').length) {
|
||||
oml.ui.importScreen().appendTo(Ox.$body);
|
||||
}
|
||||
} else {
|
||||
console.log(event.originalEvent.dataTransfer);
|
||||
}
|
||||
},
|
||||
dragover: function(event) {
|
||||
event.originalEvent.preventDefault();
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
"URL.js",
|
||||
"allItems.js",
|
||||
"annotation.js",
|
||||
"annotationFolder.js",
|
||||
"annotationPanel.js",
|
||||
"appDialog.js",
|
||||
"appPanel.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue