Preliminary Java 9+ Support (#20).

We will still not allow these versions to be used until they have been fully verified on our far-future 1.13 test server.
This commit is contained in:
Daniel Scalzi
2018-12-31 10:39:27 -05:00
parent be533af38b
commit d7fe519923
4 changed files with 146 additions and 43 deletions

View File

@@ -237,6 +237,8 @@ loginCancelButton.onclick = (e) => {
loginCancelEnabled(false)
if(loginViewCancelHandler != null){
loginViewCancelHandler()
loginUsername.value = ''
loginPassword.value = ''
loginViewCancelHandler = null
}
})