Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fluidui
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
fluidui
Merge requests
!14
Issue # 3508663: Uncommented SKIP_ESLINT to allow Lint review
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue # 3508663: Uncommented SKIP_ESLINT to allow Lint review
issue/fluidui-3508663:3508663-eslint---enable
into
2.0.x
Overview
0
Commits
7
Pipelines
8
Changes
4
Merged
Daniel Rodriguez
requested to merge
issue/fluidui-3508663:3508663-eslint---enable
into
2.0.x
2 months ago
Overview
0
Commits
7
Pipelines
8
Changes
4
Expand
Closes
#3508663
0
0
Merge request reports
Compare
2.0.x
version 6
0c4fdec2
2 months ago
version 5
185fb380
2 months ago
version 4
cd5189f9
2 months ago
version 3
503f3f1e
2 months ago
version 2
0e2872b5
2 months ago
version 1
39cb51b3
2 months ago
2.0.x (base)
and
latest version
latest version
c72a930f
7 commits,
2 months ago
version 6
0c4fdec2
6 commits,
2 months ago
version 5
185fb380
5 commits,
2 months ago
version 4
cd5189f9
4 commits,
2 months ago
version 3
503f3f1e
3 commits,
2 months ago
version 2
0e2872b5
2 commits,
2 months ago
version 1
39cb51b3
1 commit,
2 months ago
4 files
+
31
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
js/fluidui_load.js
+
3
−
2
Options
(
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