Skip to content

Commit

Permalink
maint(pat inject): Add more debug messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Nov 9, 2023
1 parent b0b57b1 commit fddb3b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pat/inject/inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const inject = {
});
// setup event handlers
if ($el[0]?.tagName === "FORM") {
log.debug("Initializing form with injection on", $el[0]);
events.add_event_listener(
$el[0],
"submit",
Expand Down

0 comments on commit fddb3b6

Please sign in to comment.