Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bootstrap5-3317592
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
bootstrap5-3317592
Commits
004fb83d
Commit
004fb83d
authored
2 years ago
by
Vladimir Roudakov
Committed by
Vladimir Roudakov
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3301223
by omkar-pd, VladimirAus: Drupal 10 compatibility
parent
7ae63764
No related branches found
Branches containing commit
Tags
8.x-2.0-alpha7
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
js/nav-tabs.es6.js
+1
-1
1 addition, 1 deletion
js/nav-tabs.es6.js
js/nav-tabs.js
+6
-6
6 additions, 6 deletions
js/nav-tabs.js
with
7 additions
and
7 deletions
js/nav-tabs.es6.js
+
1
−
1
View file @
004fb83d
...
...
@@ -27,7 +27,7 @@
Drupal
.
behaviors
.
navTabs
=
{
attach
(
context
)
{
once
(
'
nav-tabs
'
,
'
[data-drupal-nav-tabs].is-collapsible
'
,
context
)
.
e
ach
((
i
,
value
)
=>
{
.
forE
ach
((
i
,
value
)
=>
{
$
(
value
).
each
(
init
);
});
},
...
...
This diff is collapsed.
Click to expand it.
js/nav-tabs.js
+
6
−
6
View file @
004fb83d
/**
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/2815083
* @preserve
**/
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/2815083
* @preserve
**/
(
function
(
$
,
Drupal
,
once
)
{
function
init
(
i
,
tab
)
{
...
...
@@ -23,7 +23,7 @@
Drupal
.
behaviors
.
navTabs
=
{
attach
:
function
attach
(
context
)
{
once
(
'
nav-tabs
'
,
'
[data-drupal-nav-tabs].is-collapsible
'
,
context
).
e
ach
(
function
(
i
,
value
)
{
once
(
'
nav-tabs
'
,
'
[data-drupal-nav-tabs].is-collapsible
'
,
context
).
forE
ach
(
function
(
i
,
value
)
{
$
(
value
).
each
(
init
);
});
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment