mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
x
This commit is contained in:
commit
5661baf0fc
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…
x
Reference in New Issue
Block a user