removing dialog

This commit is contained in:
Abhinav Adduri 2017-07-24 13:35:40 -07:00
parent a576cc0198
commit c3be5228cb
2 changed files with 0 additions and 4 deletions

View File

@ -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 (

View File

@ -11,7 +11,6 @@ uploadPageSizeMessage = For the most reliable operation, its best to keep you
uploadPageBrowseButton = Select a file on your computer
.title = {uploadPageBrowseButtonTitle}
uploadPageMultipleFilesAlert = Uploading multiple files or a folder is currently not supported.
uploadValidFile = Please drag a valid file to upload.
uploadPageBrowseButtonTitle = Upload file