File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/main/resources/io/jenkins/plugins Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 22<!--
33Use 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 >
You can’t perform that action at this time.
0 commit comments