1
0
Fork 0

Merge branch 'develop' into improvement/frio-action-links-to-buttons

This commit is contained in:
Hypolite Petovan 2017-03-15 21:10:11 -04:00
commit 077c4cadf1
4 changed files with 309 additions and 225 deletions

View file

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