Merge branch 'develop' into improvement/frio-action-links-to-buttons
This commit is contained in:
commit
077c4cadf1
4 changed files with 309 additions and 225 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue