diff --git a/app/frontend/templates/panel/server_files.html b/app/frontend/templates/panel/server_files.html index 24476d5c..0b85298e 100644 --- a/app/frontend/templates/panel/server_files.html +++ b/app/frontend/templates/panel/server_files.html @@ -583,17 +583,18 @@ label: "Upload", className: "btn-default", callback: async function () { + var height = files.files.length*50; + + var waitMessage = '
'+
+ ''+
+ 'Please wait while we upload your files... This may take a while.
'+
+ 'DO NOT CLOSE THIS PAGE.'+
+ '
-
- Please wait while we upload your files... This may take a while.
- DO NOT CLOSE THIS PAGE.
-