This commit is contained in:
Anna Sudnitsina 2018-03-26 23:16:04 +03:00
parent ce66e10115
commit 8a40bfd65b
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
var a, selected_node, deadNode, node2;
$(function() {
var url = "ws://" + location.host + "/socket";
var ws = new WebSocket(url);

View File

@ -95,6 +95,7 @@
// };
// $('.tablink').css('display', 'block');
//
var a, selected_node, deadNode, node2;
$('#mountForm').submit(function(event){
event.preventDefault();
$.ajax({