mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-27 06:30:19 +01:00
x
This commit is contained in:
commit
5661baf0fc
2 changed files with 6 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
@ -42,6 +42,11 @@ $(document).ready(function() {
|
|||
$('.upload-progress', $(li)).show();
|
||||
$('.upload-progress .bar', $(li)).css('width', pc + "%");
|
||||
$('.upload-progress span ').empty().append(pc + "%");
|
||||
|
||||
|
||||
$(window).bind('beforeunload', function(){
|
||||
return 'File are still uploading';
|
||||
});
|
||||
}, false);
|
||||
|
||||
xhr.onreadystatechange = function(e) {
|
||||
|
|
Loading…
Reference in a new issue