Commit 692608ffaa4114b153433f0acf721319dd5e7e44
1 parent
e30d71ca
commeted code delete for show hide structure
Showing
1 changed file
with
1 additions
and
12 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -5931,18 +5931,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
5931 | 5931 | |
5932 | 5932 | document.getElementById("btnStrutureBox").name = "showAnnotationStructure"; |
5933 | 5933 | } |
5934 | - //$(".com").toggle(); | |
5935 | - //$('#dot').toggle(); | |
5936 | - //$('#bord').toggle(); | |
5937 | - //$('#sppeachBubble').toggle(); | |
5938 | - //$('#sppeachBubble_annotation').toggle(); | |
5939 | - | |
5940 | - //$("#bord_annotation").toggle(); | |
5941 | - //$("#dot_annotation").toggle(); | |
5942 | - //$(".dynCross_anno").parent().parent().parent().toggle(); | |
5943 | - | |
5944 | - | |
5945 | - | |
5934 | + | |
5946 | 5935 | } |
5947 | 5936 | |
5948 | 5937 | ... | ... |