Chris@0: /** Chris@0: * DO NOT EDIT THIS FILE. Chris@0: * See the following change record for more information, Chris@0: * https://www.drupal.org/node/2815083 Chris@0: * @preserve Chris@0: **/ Chris@0: Chris@0: if (window.jQuery) { Chris@0: jQuery.noConflict(); Chris@0: } Chris@0: Chris@0: document.documentElement.className += ' js'; Chris@0: Chris@0: (function (domready, Drupal, drupalSettings) { Chris@0: domready(function () { Chris@0: Drupal.attachBehaviors(document, drupalSettings); Chris@0: }); Chris@0: })(domready, Drupal, window.drupalSettings);