Commit 77124fbc040cbb161d40744042831fa6ef669b70
1 parent
542cd7aa
now terms will be refreshed onchange of bodysystem
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -709,7 +709,7 @@ |
709 | 709 | <div class="form-group"> |
710 | 710 | <label class="col-sm-4 control-label" for="System">System</label> |
711 | 711 | <div class="col-sm-8"> |
712 | - <select id="bodySystems" class="form-control" onclick="if (typeof (this.selectedIndex) != 'undefined') refreshTermListOnSystem(this.options[this.selectedIndex].id)"></select> | |
712 | + <select id="bodySystems" class="form-control" onchange="if (typeof (this.selectedIndex) != 'undefined') refreshTermListOnSystem(this.options[this.selectedIndex].id)"></select> | |
713 | 713 | </div> |
714 | 714 | </div> |
715 | 715 | <div class="form-group"> | ... | ... |