Deltacms/core/module/theme/view/fonts/fonts.js.php

14 lines
263 B
PHP

/**
* This file is part of DeltaCMS.
*/
/**
* Confirmation de suppression
*/
$(".fontDelete").on("click", function() {
var _this = $(this);
var text="";
return core.confirm(textConfirm, function() {
$(location).attr("href", _this.attr("href"));
});
});