Skip to content

Commit 0d65176

Browse files
committed
Remove the obsolete Prototype.js workaround.
1 parent 63f5b85 commit 0d65176

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@
22
<!--
33
Use it like <st:adjunct includes="io.jenkins.plugins.bootstrap5"/>
44
-->
5-
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler">
5+
<j:jelly xmlns:j="jelly:core">
66

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 depends on JQuery -->
11-
1210
<link type="text/css" rel="stylesheet" href="${resURL}/plugin/bootstrap5-api/css/bootstrap-custom-build.css"/>
1311
<link type="text/css" rel="stylesheet" href="${resURL}/plugin/bootstrap5-api/css/jenkins-style.css"/>
1412

1513
<script type="text/javascript" src="${resURL}/plugin/bootstrap5-api/js/popper.min.js"/>
1614
<script type="text/javascript" src="${resURL}/plugin/bootstrap5-api/js/bootstrap.min.js"/>
17-
<script type="text/javascript" src="${resURL}/plugin/bootstrap5-api/js/no-prototype.js"/>
1815
<script type="text/javascript" src="${resURL}/plugin/bootstrap5-api/js/theme-support.js"/>
1916

2017
<script>

0 commit comments

Comments
 (0)