Skip to content

Commit

Permalink
Merge pull request #213 from jenkinsci/popper2-remove
Browse files Browse the repository at this point in the history
Remove the popper2 include, which is not required anymore
  • Loading branch information
uhafner authored May 23, 2023
2 parents df29181 + 8d836e4 commit 851f1fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/io/jenkins/plugins/bootstrap5.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Use it like <st:adjunct includes="io.jenkins.plugins.bootstrap5"/>
<j:new var="h" className="hudson.Functions" />
${h.initPageVariables(context)}

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

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

0 comments on commit 851f1fb

Please sign in to comment.