Commit 222969cc2f960c18ddb22fdcc23112b32687fe54

Authored by Amrita Vishnoi
2 parents b47c8bc0 2dd0d9b7

Merge branch 'Bug_14928' into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -8618,6 +8618,8 @@ function OnIdentityClick() { @@ -8618,6 +8618,8 @@ function OnIdentityClick() {
8618 8618
8619 function OnZoom() 8619 function OnZoom()
8620 { 8620 {
  8621 + if ($(".btn-annotation").hasClass("activebtncolor")) //Bug #14928
  8622 + $(".btn-annotation").removeClass("activebtncolor");
8621 //Dissectible Anatomy > Extract and Annotations displays apart on the page after click on Zoom-in. 8623 //Dissectible Anatomy > Extract and Annotations displays apart on the page after click on Zoom-in.
8622 $(".com").remove(); 8624 $(".com").remove();
8623 $("#bord").remove(); 8625 $("#bord").remove();