Message confirmation effacement d'un module
This commit is contained in:
parent
5872159184
commit
32d898d72d
@ -16,7 +16,7 @@
|
||||
*/
|
||||
$(".moduleDelete").on("click", function() {
|
||||
var _this = $(this);
|
||||
return core.confirm("Êtes-vous sûr de vouloir supprimer, effacer ce module ?", function() {
|
||||
return core.confirm("Êtes-vous sûr de vouloir supprimer ce module ?", function() {
|
||||
$(location).attr("href", _this.attr("href"));
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue
Block a user