Skip to content

Commit

Permalink
target elements
Browse files Browse the repository at this point in the history
  • Loading branch information
humberto-garza committed Jun 7, 2024
1 parent 76e0e52 commit 81f778f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/azdo-pr-dashboard.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1438,8 +1438,8 @@

function watchForBuildResultsPage() {
eus.onUrl(/\/(_build\/results)/gi, (session, urlMatch) => {
session.onEveryNew(document, '.bolt-master-panel', async tree => {
$('.bolt-master-panel').css('resize', 'horizontal');
session.onEveryNew(document, '.bolt-master-panel', panel => {
$(panel).css('resize', 'horizontal');
});
});
}
Expand Down

0 comments on commit 81f778f

Please sign in to comment.