Skip to content

Commit

Permalink
tracing-tool: add CircuitSimulation widget
Browse files Browse the repository at this point in the history
Co-authored-by: Albert Cardona <sapristi@gmail.com>
Co-authored-by: Laura Lungu <laura.lungum@gmail.com>
  • Loading branch information
3 people committed May 24, 2021
1 parent 98d8878 commit b64e32a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions django/applications/catmaid/static/js/tools/tracing-tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -2776,6 +2776,15 @@
}
}),

new CATMAID.Action({
helpText: "Circuit simulations",
buttonID: "data_button_circuit_simulations",
buttonName: "circuit_simulations",
run: function(e) {
WindowMaker.create('circuit-simulations');
return true;
},
}),
];

// Make tracing tool in CATMAID namespace
Expand Down

0 comments on commit b64e32a

Please sign in to comment.