Skip to content

Commit 851f1fb

Browse files
authored
Merge pull request #213 from jenkinsci/popper2-remove
Remove the popper2 include, which is not required anymore
2 parents df29181 + 8d836e4 commit 851f1fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/resources/io/jenkins/plugins/bootstrap5.jelly

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Use it like <st:adjunct includes="io.jenkins.plugins.bootstrap5"/>
77
<j:new var="h" className="hudson.Functions" />
88
${h.initPageVariables(context)}
99

10-
<st:adjunct includes="io.jenkins.plugins.jquery3"/> <!-- FIXME: no-prototype.js dependes on JQuery -->
11-
<st:adjunct includes="io.jenkins.plugins.popper2"/>
10+
<st:adjunct includes="io.jenkins.plugins.jquery3"/> <!-- FIXME: no-prototype.js depends on JQuery -->
1211

1312
<link type="text/css" rel="stylesheet" href="${resURL}/plugin/bootstrap5-api/css/bootstrap-custom-build.css"/>
1413
<link type="text/css" rel="stylesheet" href="${resURL}/plugin/bootstrap5-api/css/jenkins-style.css"/>

0 commit comments

Comments
 (0)