Ver a proveniência

x

tags/v1.0.0
Remco há 9 anos
ascendente
cometimento
5661baf0fc
2 ficheiros alterados com 6 adições e 1 eliminações
  1. +1
    -1
      transfersh-server/static/scripts/main.js
  2. +5
    -0
      transfersh-web/scripts/main.js

+ 1
- 1
transfersh-server/static/scripts/main.js
A apresentação das diferenças no ficheiro foi suprimida por ser demasiado grande
Ver ficheiro


+ 5
- 0
transfersh-web/scripts/main.js Ver ficheiro

@@ -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) {


Carregando…
Cancelar
Guardar