Skip to content
Snippets Groups Projects

Issue # 3508663: Uncommented SKIP_ESLINT to allow Lint review

Merged Daniel Rodriguez requested to merge issue/fluidui-3508663:3508663-eslint---enable into 2.0.x
Files
4
+ 3
2
(function ($, Drupal) {
Drupal.behaviors.fluid = {
attach: function (context, settings) {
attach: (context, settings) => {
if (!$('.fl-prefsEditor-separatedPanel-iframe').length) {
const modulePath = drupalSettings.modulePath;
const langCode = drupalSettings.path.currentLanguage;
/* no-undef */
fluid.uiOptions.prefsEditor('.flc-prefsEditor-separatedPanel', {
tocTemplate: modulePath + '/infusion/src/components/tableOfContents/html/TableOfContents.html',
terms: {
@@ -35,5 +36,5 @@
});
}
},
}
};
})(jQuery, Drupal);
Loading