Commit 91beb1a153f6c2a9bcd8ac7c1e08f1a07691bd2f
Merge branch 'MultipleListIssue' into Develop
Showing
1 changed file
with
2 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -708,9 +708,9 @@ |
708 | 708 | </div> |
709 | 709 | |
710 | 710 | |
711 | - | |
711 | + <!--DA > List Manager > Multiple structure selection should not be available.--> | |
712 | 712 | <div class="form-group"> |
713 | - <select id="termList" class="form-control" multiple="" size="10"></select> | |
713 | + <select id="termList" class="form-control" size="10"></select> | |
714 | 714 | </div> |
715 | 715 | |
716 | 716 | </div> | ... | ... |