5 lines
159 B
Twig
5 lines
159 B
Twig
(function ($, Drupal) {
|
|
Drupal.AjaxCommands.prototype.{{ method }} = function (ajax, response, status) {
|
|
console.log(response.message);
|
|
}
|
|
})(jQuery, Drupal); |