Fix file unzip on Firefox

This commit is contained in:
amcmanu3 2022-07-05 17:50:51 -04:00
parent 0a26797496
commit c909d01596

View File

@ -691,8 +691,10 @@
data: {
path: path
},
success: function (data) {
window.location.href = "/panel/server_detail?id=" + serverId + "&subpage=files";
},
});
window.location.href = "/panel/server_detail?id=" + serverId + "&subpage=files"
}
function sendFile(file, path, serverId, left, onProgress) {