diff --git a/static/js/oml.js b/static/js/oml.js index 0b4bdfc..f9e2b34 100644 --- a/static/js/oml.js +++ b/static/js/oml.js @@ -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); } },