Skip to content

Commit 1310e07

Browse files
ComputerEliteComputerElite
authored andcommitted
why does it even work???
1 parent 67ab3f7 commit 1310e07

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Assets/html/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@
302302
<script>
303303

304304
UpdateUI()
305+
TokenUIUpdate()
305306
const oculusLink = "https://auth.oculus.com/login/?redirect_uri=https%3A%2F%2Fsecure.oculus.com%2F&reason=page_require_login"
306307
const params = new URLSearchParams(window.location.search)
307308
var config = {}
@@ -450,9 +451,6 @@
450451
document.getElementById("closeApp").onclick = () => {
451452
fetch("questappversionswitcher/kill")
452453
}
453-
document.getElementById("closeApp2").onclick = () => {
454-
fetch("questappversionswitcher/kill")
455-
}
456454
document.getElementById("confirmPort").onclick = () => {
457455
fetch("questappversionswitcher/changeport?body=" + document.getElementById("port").value).then(res => {
458456
res.text().then(text => {

0 commit comments

Comments
 (0)