Skip to content

Commit

Permalink
Merge pull request #29 from Thumimku/fixTypingDnaJsp
Browse files Browse the repository at this point in the history
[7.0.0] fix typing dna jsp
  • Loading branch information
Thumimku committed Sep 2, 2024
2 parents 3c6e696 + 65b5b86 commit 659eef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/typing-dna/plugins/typing-dna.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<script>
var tdna = new TypingDNA();
tdna.addTarget("username");
tdna.addTarget("usernameUserInput");
tdna.addTarget("password");
$(document).ready(function(){
Expand Down

0 comments on commit 659eef2

Please sign in to comment.