From 2dd0d9b7d3adb6cd6996f3ec19b872cf33f0818b Mon Sep 17 00:00:00 2001 From: Utkarsh Singh Date: Thu, 2 Mar 2017 18:08:38 +0530 Subject: [PATCH] Committed code refs: #14928 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 24ae176..fa4fe69 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -8534,6 +8534,8 @@ function OnIdentityClick() { function OnZoom() { + if ($(".btn-annotation").hasClass("activebtncolor")) //Bug #14928 + $(".btn-annotation").removeClass("activebtncolor"); //Dissectible Anatomy > Extract and Annotations displays apart on the page after click on Zoom-in. $(".com").remove(); $("#bord").remove(); -- libgit2 0.21.4