@@ -23,6 +23,7 @@ const tutorial2_steps = [
2323 </ div >
2424 )
2525 } ,
26+ // Import cell values modification
2627 {
2728 target : '#importCellParamsRuleLabel' ,
2829 title : (
@@ -46,7 +47,7 @@ const tutorial2_steps = [
4647 )
4748 } ,
4849 {
49- target : '#importCellParamsFileName ' ,
50+ target : '.fa-folder ' ,
5051 title : (
5152 < div > Cell Creation</ div >
5253 ) ,
@@ -58,16 +59,17 @@ const tutorial2_steps = [
5859 </ div >
5960 )
6061 } ,
61- // {
62- // target: '#TreeContainerCutting_component',
63- // content: (
64- // <div>
65- // <p>Select "NetPyNE tutorials > netpyne_workspace-master > cells > PTcells.hoc".</p>
66- // </div>
67- // )
68- // },
6962 {
70- target : '#importCellParamsModFolder' ,
63+ target : '#browserAccept' ,
64+ content : (
65+ < div >
66+ < p > Select "NetPyNE-UI > workspace > cells > PTcells.hoc"</ p >
67+ < p > and click on "Select"</ p >
68+ </ div >
69+ )
70+ } ,
71+ {
72+ target : '.fa-folder' ,
7173 title : (
7274 < div > Cell Creation</ div >
7375 ) ,
@@ -76,6 +78,16 @@ const tutorial2_steps = [
7678 < p > Click on the folder icon to select the folder containing the "mod" file:</ p >
7779 < p > "NetPyNE-UI > workspace > mod</ p >
7880 </ div >
81+ ) ,
82+ collectionIndex : 1
83+ } ,
84+ {
85+ target : '#browserAccept' ,
86+ content : (
87+ < div >
88+ < p > Select "NetPyNE-UI > workspace > mod"</ p >
89+ < p > and click on "Select"</ p >
90+ </ div >
7991 )
8092 } ,
8193 {
@@ -89,14 +101,6 @@ const tutorial2_steps = [
89101 </ div >
90102 )
91103 } ,
92- // {
93- // target: '#TreeContainerCutting_component',
94- // content: (
95- // <div>
96- // <p>Select "NetPyNE tutorials > netpyne_workspace-master > mod".</p>
97- // </div>
98- // )
99- // },
100104 {
101105 target : '#appBarPerformActionButton' ,
102106 title : (
0 commit comments