Skip to content

Commit

Permalink
[JENKINS-74053] Extract inline script block in `BuildPipelineView/con…
Browse files Browse the repository at this point in the history
…figure-entries.jelly` (#145)
  • Loading branch information
shlomomdahan authored Nov 8, 2024
1 parent f0fc6e6 commit 313a0aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,5 @@
</f:entry>
</f:section>

<script type="text/javascript">
// dropdownDescriptorSelectors will fill items up but don't update the layout, so need
// to do that explicitly
setTimeout(function(){
layoutUpdateCallback.call();
}, 500);
</script>
<st:adjunct includes="au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView.layoutUpdateCallback-call"/>
</j:jelly>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// dropdownDescriptorSelectors will fill items up but don't update the layout, so need
// to do that explicitly
setTimeout(function(){
layoutUpdateCallback.call();
}, 500);

0 comments on commit 313a0aa

Please sign in to comment.