Browse Source

reload

tags/vopendata0.1.2
e 5 years ago
parent
commit
e1731d2593
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      web_src/js/index.js

+ 4
- 1
web_src/js/index.js View File

@@ -2424,9 +2424,12 @@ $(document).ready(async () => {
size: file.size,
dataset_id: $dataset.data('dataset-id'),
_csrf: $dataset.data('csrf')
}).done(()=>
{
window.location.reload();
});
}
window.location.reload();
});
this.on('queuecomplete', () => {
//window.location.reload();


Loading…
Cancel
Save