2017-05-19 22:12:53 +00:00
|
|
|
/**
|
|
|
|
* DO NOT EDIT THIS FILE.
|
|
|
|
* See the following change record for more information,
|
2017-05-23 14:30:14 +00:00
|
|
|
* https://www.drupal.org/node/2815083
|
2017-05-19 22:12:53 +00:00
|
|
|
* @preserve
|
|
|
|
**/
|
|
|
|
|
2016-12-13 17:15:23 +00:00
|
|
|
if (window.jQuery) {
|
|
|
|
jQuery.noConflict();
|
|
|
|
}
|
|
|
|
|
|
|
|
document.documentElement.className += ' js';
|
|
|
|
|
|
|
|
(function (domready, Drupal, drupalSettings) {
|
2017-05-19 22:12:53 +00:00
|
|
|
domready(function () {
|
|
|
|
Drupal.attachBehaviors(document, drupalSettings);
|
|
|
|
});
|
|
|
|
})(domready, Drupal, window.drupalSettings);
|