default services conflit ?
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*/
|
||||
|
||||
(function ($, Drupal) {
|
||||
Drupal.AjaxCommands.prototype.{{ method }} = function (ajax, response, status) {
|
||||
console.log(response.message);
|
||||
}
|
||||
|
||||
})(jQuery, Drupal);
|
Reference in New Issue
Block a user