Commit af0071a2ea210506d610424fb511e2bfb8e90248

Authored by Nikita Kulshreshtha
1 parent 31e0d145

on close transaprency box annotations are also hidden.

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -4294,8 +4294,13 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
4294 4294  
4295 4295 $('.com_anno').css('display', 'none');
4296 4296  
  4297 + $('#sppeachBubble_annotation').css('display', 'none');
  4298 + $('#dot_annotation').css('display', 'none');
  4299 + $('#bord_annotation').css('display', 'none');
  4300 +
4297 4301 var tBox = document.getElementById('transparencyCanvas');
4298   -
  4302 +
  4303 +
4299 4304 if (tBox != null) {
4300 4305 tBox.parentNode.removeChild(tBox)
4301 4306 var elements = document.getElementsByClassName('ui-icon ui-icon-gripsmall-diagonal-se');
... ...