sdk: cosmetic fix background on drop

This commit is contained in:
mappu 2017-10-08 15:07:16 +13:00
parent 030c270e77
commit 16b6bda184
1 changed files with 3 additions and 0 deletions

View File

@ -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) {