Skip to content

Commit

Permalink
Merge pull request #198 from sanuann/feature-auto-open-designer-for-i…
Browse files Browse the repository at this point in the history
…nstrument-editing

Feature auto open designer for instrument editing
  • Loading branch information
smpadhy authored Apr 16, 2018
2 parents 724437c + ec01557 commit fa43d63
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "bids-validator"]
path = bids-validator
url = https://github.com/INCF/bids-validator.git
1 change: 1 addition & 0 deletions bids-validator
Submodule bids-validator added at 88a30a
2 changes: 1 addition & 1 deletion eapp/modules/instrument-editor/html/ie.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</ul>
</div>
<div class="tab-content">
<div class="tab-pane active" id="designer">
<div class="tab-pane" id="designer">
<div class="row">
<div class="col-md-7">
<div class="row">
Expand Down
1 change: 1 addition & 0 deletions eapp/modules/instrument-editor/js/ie.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ function updateInstrumentInfo(){
}
setupForm()
setup(instForm.properties,instForm.fields)
$(".tab-item-designer").click()

function setCommonFields(){
let version = ''
Expand Down

0 comments on commit fa43d63

Please sign in to comment.