personacontent-8.x-2.x-dev/js/personacontent.html.js
js/personacontent.html.js
(function (Drupal, $, drupalSettings, once) {
'use strict';
/**
* Queued variables.
*/
var keyCache = 'personacontent--html-2';
Drupal.behaviors.personacontentGlobal = {
attach(context) {
$(once('personacontent-html-processed', 'html', context)).each(function () {
window.personaContent.init();
});
}
};
})(Drupal, jQuery, drupalSettings, once);
