1
0
mirror of https://github.com/gsi-upm/soil synced 2025-08-24 12:02:20 +00:00

Tidying up the repository

This commit is contained in:
Tasio Mendez
2018-02-12 11:37:31 +01:00
parent 3387cf6462
commit 94756a5002
6 changed files with 2 additions and 1229 deletions

View File

@@ -21,7 +21,7 @@ ws.onmessage = function(message) {
break;
case 'get_trial':
//console.log(msg['data']);
console.log(msg['data']);
GraphVisualization.import(convertJSON(msg['data']), function() {
$('#load').hide();
reset_configuration();