We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df29181 commit 8d836e4Copy full SHA for 8d836e4
src/main/resources/io/jenkins/plugins/bootstrap5.jelly
@@ -7,8 +7,7 @@ Use it like <st:adjunct includes="io.jenkins.plugins.bootstrap5"/>
7
<j:new var="h" className="hudson.Functions" />
8
${h.initPageVariables(context)}
9
10
- <st:adjunct includes="io.jenkins.plugins.jquery3"/> <!-- FIXME: no-prototype.js dependes on JQuery -->
11
- <st:adjunct includes="io.jenkins.plugins.popper2"/>
+ <st:adjunct includes="io.jenkins.plugins.jquery3"/> <!-- FIXME: no-prototype.js depends on JQuery -->
12
13
<link type="text/css" rel="stylesheet" href="${resURL}/plugin/bootstrap5-api/css/bootstrap-custom-build.css"/>
14
<link type="text/css" rel="stylesheet" href="${resURL}/plugin/bootstrap5-api/css/jenkins-style.css"/>
0 commit comments