Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / templates / module / js / commands.php.twig
1 (function ($, Drupal) {
2 Drupal.AjaxCommands.prototype.{{ method }} = function (ajax, response, status) {
3   console.log(response.message);
4 }
5 })(jQuery, Drupal);