Skip to content

Commit

Permalink
fix double windows in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed Sep 3, 2024
1 parent a117542 commit 4383377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@

//handle button links - updates/tasks for now
//update buttons
[...document.querySelectorAll("#btnUpdateTicket, #divUpdateFromActions>a")].forEach(button=>{
[...document.querySelectorAll("#btnUpdateTicket, #divUpdateFromActions")].forEach(button=>{
handleLink("Update",button)
});

Expand Down

0 comments on commit 4383377

Please sign in to comment.