Skip to content

Commit cb63c68

Browse files
committed
fixing versions in dialog
1 parent 2406ce5 commit cb63c68

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

webapp/Main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (process.env.NODE_ENV === 'production') {
2525
});
2626
}
2727

28-
window.$ = Array; // TODO Temporary fix -- remove upon https://github.com/MetaCell/geppetto-meta/issues/380
28+
window.$ = Array; // TODO Temporary fix -- remove upon https://github.com/MetaCell/geppetto-meta/issues/380
2929
initGeppetto();
3030
require('./css/netpyne.less');
3131
require('./css/material.less');

webapp/components/NetPyNE.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,6 @@ class NetPyNE extends React.Component {
195195
<div className={classes.container}>
196196
<div className={classes.topbar}>
197197
<Topbar />
198-
{/* <button onClick={() => {
199-
execPythonMessage("utils.convertToJS(netpyne_geppetto.importCellTemplate(utils.convertToPython('{\"cellArgs\":{},\"fileName\":\"/home/vince/git-repository/metacell/NetPyNE-UI/workspace/cells/FScell.hoc\",\"cellName\":\"FScell\",\"label\":\"CellType1\",\"modFolder\":\"/home/vince/git-repository/metacell/NetPyNE-UI/workspace/mod\",\"importSynMechs\":false,\"compileMod\":false}')))")
200-
}}>CRASH ME</button> */}
201198
</div>
202199
<Box p={1} flex={1} display="flex" alignItems="stretch">
203200
<Grid container spacing={1} className={classes.content} alignItems="stretch">

webapp/components/general/Dialog.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ const AboutContent = withStyles(styles)(({ classes }) => (
1919
<img width="250" src={logoNetpyne} />
2020
<Box m={1}>
2121
<Link variant="h5" style={{ display: 'block' }} href="https://github.com/MetaCell/NetPyNE-UI" target="_blank">
22-
NetPyNE-UI v1.0.0
22+
NetPyNE-UI v1.1.0
2323
</Link>
2424
<Link variant="h5" style={{ display: 'block' }} href="https://github.com/Neurosim-lab/netpyne" target="_blank">
25-
NetPyNE v1.0.4.1
25+
NetPyNE v1.0.6
2626
</Link>
2727
<Link variant="h5" style={{ display: 'block' }} href="https://www.neuron.yale.edu/neuron/" target="_blank">
2828
NEURON v8.2.2

0 commit comments

Comments
 (0)