Skip to content
Snippets Groups Projects
Commit 231f8baa authored by Rafael Ostertag's avatar Rafael Ostertag
Browse files

QfqRecordList.js: Show timed success dialog when deleting.

parent b14b00cb
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ if (!QfqNS) {
/**
*
* @param originatingEvent
* @param $recordElement
* @param data
* @param textStatus
* @param jqXHR
......@@ -88,8 +88,10 @@ if (!QfqNS) {
alert.show();
}
$recordElement.fadeOut(400, function () {
var info = new QfqNS.Alert("Record successfully deleted", "info");
info.timeout = 1500;
info.show();
$recordElement.fadeOut(function () {
$recordElement.remove();
});
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment