This commit is contained in:
rlx 2016-01-14 16:11:29 +05:30
parent 3c24b38ddf
commit 4b5fedb7a8
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
},