Commit 222969cc2f960c18ddb22fdcc23112b32687fe54
Merge branch 'Bug_14928' into Develop
Showing
1 changed file
with
2 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -8618,6 +8618,8 @@ function OnIdentityClick() { |
8618 | 8618 | |
8619 | 8619 | function OnZoom() |
8620 | 8620 | { |
8621 | + if ($(".btn-annotation").hasClass("activebtncolor")) //Bug #14928 | |
8622 | + $(".btn-annotation").removeClass("activebtncolor"); | |
8621 | 8623 | //Dissectible Anatomy > Extract and Annotations displays apart on the page after click on Zoom-in. |
8622 | 8624 | $(".com").remove(); |
8623 | 8625 | $("#bord").remove(); | ... | ... |