mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 09:45:28 +01:00
Fix file unzip on Firefox
This commit is contained in:
parent
0a26797496
commit
c909d01596
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user