File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/main/resources/io/jenkins/plugins Expand file tree Collapse file tree 2 files changed +3
-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" >
5+ <j : jelly xmlns : j =" jelly:core" xmlns : st = " jelly:stapler " >
66
77 <j : new var =" h" className =" hudson.Functions" />
88 ${h.initPageVariables(context)}
@@ -14,9 +14,7 @@ Use it like <st:adjunct includes="io.jenkins.plugins.bootstrap5"/>
1414 <script type =" text/javascript" src =" ${resURL}/plugin/bootstrap5-api/js/bootstrap.min.js" />
1515 <script type =" text/javascript" src =" ${resURL}/plugin/bootstrap5-api/js/theme-support.js" />
1616
17- <script >
18- const bootstrap5 = bootstrap;
19- </script >
17+ <st : adjunct includes =" io.jenkins.plugins.bootstrap5.init-constant" />
2018
2119</j : jelly >
2220
Original file line number Diff line number Diff line change 1+ const bootstrap5 = bootstrap ;
You can’t perform that action at this time.
0 commit comments