Skip to content

Commit

Permalink
chore: add global directive
Browse files Browse the repository at this point in the history
  • Loading branch information
martonmoro committed Sep 25, 2024
1 parent 1382cd7 commit ad94b32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions browser-extension/src/popup/popup.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* global chrome */

document.addEventListener('DOMContentLoaded', () => {
const form = document.getElementById('attestationForm');
const generateProofButton = document.getElementById('generateProof');
Expand Down

0 comments on commit ad94b32

Please sign in to comment.