From bceeace7d545494f0116998e3127a9df55a2b4cf Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 4 Nov 2016 14:43:57 +0530 Subject: [PATCH] Commit Changes --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index b1a2db2..a05dfe5 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -2892,8 +2892,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo var sppechBubbleDotHTML = '' + '' + + '' + + '' + ''; @@ -3037,7 +3037,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo var Exists_annotation = $("#canvasDiv").find("div[id=" + pointClicked_annotation + "]").length; // alert(Exists_annotation); // alert(pointClicked_annotation); - var sppechBubbleHTML_annotation = "
"; + var sppechBubbleHTML_annotation = "
"; if ($scope.longest_annotationT1.length > $scope.longest_annotationT2.length) { if (Exists_annotation == 0) { $("#canvasDiv").append(sppechBubbleHTML_annotation); @@ -3264,8 +3264,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $('.dynCross_anno').parent().parent().parent().remove(); var sppechBubbleDotHTML_annotation = '' + '' + + '' + + '' + ''; @@ -3475,7 +3475,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo } $scope.createSpeechBubbleBasedOnAnnotationLength = function (pointClicked, x, y, id) { - var sppechBubbleHTML = "
"; + var sppechBubbleHTML = "
"; //Issue #7286 :Undefined annotation should not appear for (var i = 0; i <= $scope.MultiLanguageAnnationArray.length - 1; i++) { var annotation = $scope.MultiLanguageAnnationArray[i]; -- libgit2 0.21.4