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