1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-27 09:50:49 +02:00

FileInspector progress bar

This commit is contained in:
Cameron
2020-04-02 12:13:04 -07:00
parent d640ee8ccf
commit bece1934c2
2 changed files with 81 additions and 34 deletions

View File

@@ -502,7 +502,7 @@ $(document).ready(function()
clearInterval(progresspump);
$("#"+target).closest('.progress').removeClass("active");
$("#"+target).html("Done");
if(hide !== 'undefined')
{
@@ -513,7 +513,8 @@ $(document).ready(function()
{
$('#'+show).show('slow');
}
$("#"+target).html("Done");
}