mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 20:13:28 +00:00
Fix #1335 Auto close alert after delay
This commit is contained in:
@@ -59,7 +59,8 @@ define([
|
||||
|
||||
new AlertView({
|
||||
alert: "success",
|
||||
message: i18n.t("fields_save")
|
||||
message: i18n.t("fields_save"),
|
||||
delay: 2000
|
||||
}).render();
|
||||
},
|
||||
error: function(xhr, textStatus, errorThrown) {
|
||||
|
Reference in New Issue
Block a user