drupal.init.js 409 B

123456789101112131415161718
  1. /**
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/2815083
  5. * @preserve
  6. **/
  7. if (window.jQuery) {
  8. jQuery.noConflict();
  9. }
  10. document.documentElement.className += ' js';
  11. (function (domready, Drupal, drupalSettings) {
  12. domready(function () {
  13. Drupal.attachBehaviors(document, drupalSettings);
  14. });
  15. })(domready, Drupal, window.drupalSettings);