mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-09 16:38:32 +01:00
implement autoform clear
This commit is contained in:
@@ -263,3 +263,8 @@ if(fastposSubmission){
|
||||
fastposSubmission.addEventListener("focus", fastPosChangedFunc)
|
||||
}
|
||||
setInterval(queryForPlayerData(), 3000)
|
||||
|
||||
formContainer = document.getElementById("form-container")
|
||||
if(formContainer){
|
||||
formContainer.reset()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user