mirror of
https://github.com/gen2brain/cam2ip.git
synced 2025-12-16 12:28:35 +00:00
bugfix: missing string addition in javascript
This commit is contained in:
@@ -78,7 +78,7 @@ var htmlWebGL = `<html>
|
||||
<script>
|
||||
var texture, vloc, tloc, vertexBuff, textureBuff;
|
||||
|
||||
ws = new WebSocket("ws://" + window.location.host "/socket");
|
||||
ws = new WebSocket("ws://" + window.location.host + "/socket");
|
||||
var image = new Image();
|
||||
|
||||
ws.onopen = function() {
|
||||
|
||||
Reference in New Issue
Block a user