Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 4, 2025
1 parent 11e4b8d commit ebb6831
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/main/resources/lib/hudson/progressive-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Behaviour.specify(
let onFinishEvent = holder.getAttribute("data-on-finish-event");
let errorMessage = holder.getAttribute("data-error-message");

var scroller = new AutoScroller(holder.closest(".progressive-text-container") || document.body);
var scroller = new AutoScroller(
holder.closest(".progressive-text-container") || document.body,
);
/*
fetches the latest update from the server
@param e
Expand Down

0 comments on commit ebb6831

Please sign in to comment.