Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMuellenator authored Mar 6, 2024
1 parent e9080b6 commit b9f7c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $(document).on("keydown", function (e) {
var consoleLine = $("#" + CurrentId + " " + "input").val();

console.log(consoleLine);
bandName += consoleLine;
if (bandName != "") bandName += " " + consoleLine;
inputValues.push({ id: CurrentId, val: consoleLine });

console.log(inputValues);
Expand Down

0 comments on commit b9f7c14

Please sign in to comment.