Commit 2dd0d9b7d3adb6cd6996f3ec19b872cf33f0818b

Authored by Utkarsh Singh
1 parent 499636be

Committed code refs: #14928

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -8534,6 +8534,8 @@ function OnIdentityClick() {
8534 8534  
8535 8535 function OnZoom()
8536 8536 {
  8537 + if ($(".btn-annotation").hasClass("activebtncolor")) //Bug #14928
  8538 + $(".btn-annotation").removeClass("activebtncolor");
8537 8539 //Dissectible Anatomy > Extract and Annotations displays apart on the page after click on Zoom-in.
8538 8540 $(".com").remove();
8539 8541 $("#bord").remove();
... ...