mirror of
https://github.com/gsi-upm/soil
synced 2025-08-24 03:52:20 +00:00
Colors and shapes
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
$('#simulation_modal .btn-success').click(function() {
|
||||
if ( !jQuery.isEmptyObject(run_simulation()) ) {
|
||||
self.GraphVisualization.reset();
|
||||
$('#load').show().addClass('loader');;
|
||||
$('#load').show().addClass('loader');
|
||||
_socket.send(run_simulation(), 'run_simulation');
|
||||
$('.console').append('<br/>');
|
||||
}
|
||||
|
Reference in New Issue
Block a user