From 4b5fedb7a8562681ed78c41b5438075cfb13d294 Mon Sep 17 00:00:00 2001 From: rlx Date: Thu, 14 Jan 2016 16:11:29 +0530 Subject: [PATCH] typo --- static/js/oml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } },