xenomedia / xeno_hero

Drupal 8 module that creates a Hero Paragraphs bundle.
GNU General Public License v2.0
23 stars 18 forks source link

Function Not Firing #6

Closed macronomicus closed 7 years ago

macronomicus commented 7 years ago

For some reason your code was not being called, although it was loaded in the browser. Perhaps some changes in js requirements from D8 updates? ....anyhow the fix was easy, dump the document ready wrapper and add the drupal jquery wrapper in xeno-hero.js

(function ($, Drupal) { "use strict";

------all code here without jquery(document).ready(function($){ wrapper--------

})(jQuery, Drupal);