Commit 77124fbc040cbb161d40744042831fa6ef669b70

Authored by Nikita Kulshreshtha
1 parent 542cd7aa

now terms will be refreshed onchange of bodysystem

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">
... ...