AlkantarClanX12
| Current Path : /var/www/clients/client1/web1/web/sites/all/modules/libraries/tests/libraries/example/ |
| Current File : /var/www/clients/client1/web1/web/sites/all/modules/libraries/tests/libraries/example/example_3.js |
/**
* @file
* Test JavaScript file for Libraries loading.
*
* Replace the text in the 'libraries-test-module-js' div. See README.txt for
* more information.
*/
(function ($) {
Drupal.behaviors.librariesTest = {
attach: function(context, settings) {
$('.libraries-test-module-js').text('If this text shows up, example_3.js was loaded successfully.')
}
};
})(jQuery);