/** * @file * SafeDelete behaviors. */ (function ($, Drupal) { 'use strict'; /** * Behavior description. */ Drupal.behaviors.safedelete = { attach: function (context, settings) { console.log('Safe Delete; js works!'); } }; } (jQuery, Drupal));
Главная | Обратная связь