We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ab3f7 commit 1310e07Copy full SHA for 1310e07
1 file changed
Assets/html/index.html
@@ -302,6 +302,7 @@
302
<script>
303
304
UpdateUI()
305
+ TokenUIUpdate()
306
const oculusLink = "https://auth.oculus.com/login/?redirect_uri=https%3A%2F%2Fsecure.oculus.com%2F&reason=page_require_login"
307
const params = new URLSearchParams(window.location.search)
308
var config = {}
@@ -450,9 +451,6 @@
450
451
document.getElementById("closeApp").onclick = () => {
452
fetch("questappversionswitcher/kill")
453
}
- document.getElementById("closeApp2").onclick = () => {
454
- fetch("questappversionswitcher/kill")
455
- }
456
document.getElementById("confirmPort").onclick = () => {
457
fetch("questappversionswitcher/changeport?body=" + document.getElementById("port").value).then(res => {
458
res.text().then(text => {
0 commit comments