Skip to content

Commit fa43d63

Browse files
authored
Merge pull request #198 from sanuann/feature-auto-open-designer-for-instrument-editing
Feature auto open designer for instrument editing
2 parents 724437c + ec01557 commit fa43d63

4 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "bids-validator"]
2+
path = bids-validator
3+
url = https://github.com/INCF/bids-validator.git

bids-validator

Submodule bids-validator added at 88a30a3

eapp/modules/instrument-editor/html/ie.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
</ul>
106106
</div>
107107
<div class="tab-content">
108-
<div class="tab-pane active" id="designer">
108+
<div class="tab-pane" id="designer">
109109
<div class="row">
110110
<div class="col-md-7">
111111
<div class="row">

eapp/modules/instrument-editor/js/ie.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ function updateInstrumentInfo(){
5959
}
6060
setupForm()
6161
setup(instForm.properties,instForm.fields)
62+
$(".tab-item-designer").click()
6263

6364
function setCommonFields(){
6465
let version = ''

0 commit comments

Comments
 (0)