Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomomdahan committed Oct 31, 2024
1 parent 0ff593b commit c35d193
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<st:include page="bpp.jelly" from="${it.getBuildPipelineView()}" />
<link href="${rootURL}/plugin/build-pipeline-plugin/css/main_dashboard.css" type="text/css" rel="stylesheet" />
<script type="text/javascript">
console.log("main_dashboard.jelly");
// show/hide build details
$(function() {
$(".header").click(function() {
var parent = $(this).parent();
jQuery(function() {
jQuery(".header").click(function() {
var parent = jQuery(this).parent();
var ba = parent.find(".build-actions");
var bb = parent.find(".build-body");

Expand Down

0 comments on commit c35d193

Please sign in to comment.