Skip to content

Commit 4417eea

Browse files
authored
Add files via upload
1 parent 1b32e96 commit 4417eea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

js/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ function startGatewayWatcher() {
6060
activeEl.id === "export-user-repos" || // Export button
6161
activeEl.id === "clear-user-repos" || // Clear button
6262
activeEl.id === "custom-username" // custom input
63+
activeEl.id === "link-box" // custom input
64+
activeEl.id === "link-btn1" // custom input
65+
activeEl.id === "link-btn2" // custom input
66+
activeEl.id === "link-btn3" // custom input
6367
);
6468

6569
// Only focus if the gate is active, pinned, not navigating, and user is not editing/clicking repo drop

0 commit comments

Comments
 (0)