show dropdown menu labels above dropdown menus
[ryf-theme.git] / js / drupal.init.js
CommitLineData
1e7a45c4
VSB
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
8if (window.jQuery) {
9 jQuery.noConflict();
10}
11
12document.documentElement.className += ' js';
13
14(function (domready, Drupal, drupalSettings) {
15 domready(function () {
16 Drupal.attachBehaviors(document, drupalSettings);
17 });
18})(domready, Drupal, window.drupalSettings);