Commit a33d62e6 authored by D1plo1d's avatar D1plo1d

Patching inspector for the latest construct protocol (0.2.0)

parent d3b8e1ff
......@@ -22,7 +22,7 @@
var hostname = window.location.hostname;
var url = "ws://"+hostname+":8888/socket?user=admin&password=admin";
console.log(url);
var ws = new WebSocket(url, "construct.text.0.0.1");
var ws = new WebSocket(url, "construct.text.0.2");
$(function () {
$consoleWrapper = $(".console");
$console = $(".console pre");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment