removing dialog
This commit is contained in:
parent
a576cc0198
commit
c3be5228cb
2 changed files with 0 additions and 4 deletions
|
@ -145,9 +145,6 @@ $(document).ready(function() {
|
|||
if (event.type === 'drop') {
|
||||
if (!event.originalEvent.dataTransfer.files[0]) {
|
||||
$('.upload-window').removeClass('ondrag');
|
||||
document.l10n.formatValue('uploadValidFile').then(str => {
|
||||
alert(str);
|
||||
});
|
||||
return;
|
||||
}
|
||||
if (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue