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:
@@ -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");
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user