sdk: cosmetic fix background on drop
This commit is contained in:
parent
030c270e77
commit
16b6bda184
@ -134,6 +134,9 @@ var contented = (function ($, currentScriptPath) {
|
||||
setProgressPercentage(0);
|
||||
setType("progress");
|
||||
|
||||
$f.find(".contented-upload-type-selector").hide();
|
||||
$f.find(".contented").removeClass('is-dragging');
|
||||
|
||||
// Ajax uploader
|
||||
var ajaxData = new FormData();
|
||||
for (var i = 0; i < files.length; ++i) {
|
||||
|
Loading…
Reference in New Issue
Block a user