diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 3c8264b..047b1d2 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -4294,8 +4294,13 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $('.com_anno').css('display', 'none'); + $('#sppeachBubble_annotation').css('display', 'none'); + $('#dot_annotation').css('display', 'none'); + $('#bord_annotation').css('display', 'none'); + var tBox = document.getElementById('transparencyCanvas'); - + + if (tBox != null) { tBox.parentNode.removeChild(tBox) var elements = document.getElementsByClassName('ui-icon ui-icon-gripsmall-diagonal-se');