This commit is contained in:
Karel Pičman 2020-02-20 16:19:21 +01:00
parent 9a57340385
commit 052b25f99f

View File

@ -87,8 +87,10 @@
},
complete: function(jqXHR, textStatus, errorThrown){
handle.removeClass("ui-state-highlight ajax-loading")
if(textStatus == 'success'){
ui.draggable.remove();
}
}
});
}
});