This commit is contained in:
Ross
2021-03-01 08:51:19 +00:00
parent 865cd9b1a6
commit c2dba555ec
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -259,6 +259,7 @@ function loadPacketFromAjax(path) {
url: path,
progress: function (e) {
if (e.lengthComputable) {
console.log("1")
var completedPercentage = Math.round((e.loaded * 100) / e.total);
$("#progress").html(