typo
This commit is contained in:
parent
3c24b38ddf
commit
4b5fedb7a8
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
dragenter: function(event) {
|
||||
event.originalEvent.preventDefault();
|
||||
event.originalEvent.stopPropagation();
|
||||
if (!$('#importScreen').length && !$('closedScreen').length) {
|
||||
if (!$('#importScreen').length && !$('#closedScreen').length) {
|
||||
oml.ui.importScreen().appendTo(Ox.$body);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue