2022-04-27 11:30:43 +02:00

11 lines
177 B
Twig

/**
* @file
*/
(function ($, Drupal) {
Drupal.AjaxCommands.prototype.{{ method }} = function (ajax, response, status) {
console.log(response.message);
}
})(jQuery, Drupal);