Skip to content

Commit

Permalink
Update init.js
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelspellacy committed Jan 13, 2025
1 parent 2294e09 commit cf90de1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions a11y/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,8 @@ function fixMindReaderInput() {
var mindReader = document.getElementById(mindReaderID);
var mindReaderStatus = document.getElementById(inputId + "-mindreader-status");

console.log(inputId);

// Set Autocomplete Description

var autoCompleteID = document.getElementById("autocomplete-message-" + inputId);
Expand Down

0 comments on commit cf90de1

Please sign in to comment.