[fix] drag event not listened
This commit is contained in:
@@ -136,7 +136,8 @@ $( document ).ready( () => {
|
||||
var url = window.location;
|
||||
|
||||
// Upload File
|
||||
$('#uploadfile').change(function(e){
|
||||
$('#uploadfile').on('fileloaded', function(e)
|
||||
{
|
||||
if(e.target.files[0])
|
||||
{
|
||||
var fileName = e.target.files[0].name;
|
||||
|
||||
@@ -42,7 +42,7 @@ socket.on('start', () => {
|
||||
Snackbar.show({
|
||||
text: 'Running, please wait for your result.',
|
||||
pos: 'bottom-right',
|
||||
duration: 60000
|
||||
duration: 10000
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user