fixup: do not autoconnect to indicate loading

This commit is contained in:
Ben Potter 2021-10-08 15:34:44 -05:00 committed by GitHub
parent d6df18c3d3
commit 151aa26bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
</iframe>
<script type="text/javascript">
let url = "vnc.html?resize=remote&autoconnect=1&path=";
let url = "vnc.html?resize=remote&autoconnect=0&path=";
let path = "websockify";
if (window.location.pathname) {
// change the path depending on window.location (necessary for websockets to work on Coder's application path