mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 18:30:20 +02:00
Files Manager Improvements - Drop Files section fixes #94
This commit is contained in:
@@ -91,7 +91,7 @@ $.monstra.fileuploader = {
|
||||
$('#fuPlaceholder').hide();
|
||||
}
|
||||
var progressBarWidth = progress * $('#uploadArea').width() / 100;
|
||||
$('#fuProgress').animate({ width: progressBarWidth }, 10).html(progress + "% ");
|
||||
$('#fuProgress').animate({ width: progressBarWidth }, 10);
|
||||
},
|
||||
|
||||
setFileNameSize: function(fname, fsize){
|
||||
|
Reference in New Issue
Block a user