Skip to content

Commit

Permalink
Open details on ad click test page by default (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
englehardt authored May 15, 2024
1 parent e067375 commit fbf8f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adClickFlow/shared/utils.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ export class FinishObserver {

render() {
const detailsElement = document.createElement('details');
detailsElement.open = true;
const summaryElement = document.createElement('summary');
summaryElement.textContent = 'Resources';
const tableElement = document.createElement('table');
Expand Down

0 comments on commit fbf8f25

Please sign in to comment.