|
|
@ -1,6 +1,6 @@
|
|
|
|
var ws_addr = 'wss://'+window.location.host+"/12/pipe",
|
|
|
|
var ws_addr = 'wss://'+window.location.host+"/12/pipe",
|
|
|
|
sock = null,
|
|
|
|
sock = null,
|
|
|
|
//shell = document.getElementById("shell"),
|
|
|
|
shell = document.getElementById("shell"),
|
|
|
|
authors = document.getElementById("authors"),
|
|
|
|
authors = document.getElementById("authors"),
|
|
|
|
title = document.getElementById("title"),
|
|
|
|
title = document.getElementById("title"),
|
|
|
|
connections = document.getElementById("connections");
|
|
|
|
connections = document.getElementById("connections");
|
|
|
|