Skip to content

Commit e3e1b2f

Browse files
authored
Merge pull request #274 from jenkinsci/remove-prototype-workaround
Remove the obsolete Prototype.js workaround
2 parents 63f5b85 + 2328224 commit e3e1b2f

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
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>

src/main/webapp/js/no-prototype.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)