Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Submit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Submit
Commits
e218326c
Commit
e218326c
authored
Nov 28, 2023
by
Marina Mădăraş
Browse files
Options
Downloads
Patches
Plain Diff
Load scripts in order
parent
b7afe532
Loading
Loading
2 merge requests
!229
Version 2.2.1
,
!218
Fix dropdown
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/templates/edition/assist.html
+2
-2
2 additions, 2 deletions
src/main/resources/templates/edition/assist.html
with
2 additions
and
2 deletions
src/main/resources/templates/edition/assist.html
+
2
−
2
View file @
e218326c
...
...
@@ -96,7 +96,7 @@
</div>
</th:block>
<script>
document
.
addEventListener
(
"
DOMContentLoaded
"
,
function
()
{
window
.
onload
=
function
()
{
function
fetchGroup
(
group
)
{
const
toReplace
=
group
.
nextElementSibling
.
querySelector
(
"
[data-fetch]
"
);
...
...
@@ -129,7 +129,7 @@
fetchGroup
(
g
);
})
);
}
)
;
};
</script>
</div>
</th:block>
...
...
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