Fix wrong deferred function name

pull/3239/head
Hypolite Petovan 6 years ago
parent 327b00117d
commit 35ba3cce70

@ -181,7 +181,7 @@ function dropItem(url, elementId) {
$el.fadeTo('fast', 0.33, function () {
$.get(url).then(function() {
$el.remove();
}).error(function() {
}).fail(function() {
// @todo Show related error message
$el.show();
}).always(function() {

Loading…
Cancel
Save