Use less jQuery, more native

This commit is contained in:
djmaze 2020-08-27 15:45:47 +02:00
parent 24cb874c87
commit bdb36ec128
35 changed files with 492 additions and 779 deletions

View file

@ -30,7 +30,7 @@ const componentExportHelper = (ClassObject, templateID = '') => ({
params.component = componentInfo;
params.element = jQuery(componentInfo.element);
i18nToNodes(params.element);
i18nToNodes(componentInfo.element);
if (undefined !== params.inline && ko.unwrap(params.inline)) {
params.element.css('display', 'inline-block');