Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiisloth committed May 5, 2024
1 parent 2592224 commit 14ff748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speed/speedlogon.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let username
const year = "2023"
const year = "2024"
$(document).ready(function(){
$("#username").on("input", function(){
username = $(this).val()
Expand Down

0 comments on commit 14ff748

Please sign in to comment.