CLOUDSTACK-2080: Fix error handling for multi-edit actions

This commit is contained in:
Brian Federle 2013-06-18 13:48:00 -07:00
parent ddf274edf9
commit b7def43427
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@
error: function(message) {
cloudStack.dialog.notice({ message: message });
$item.show();
$loading.remove();
$dataItem.find('.loading-overlay').remove();
}
}
});