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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user