From 7be22d6be1a7e3d5e83cce3d87a957f31352f8ff Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 9 Sep 2016 16:28:23 +0530 Subject: [PATCH] Commit Changes for Text Area --- 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 7eedbfa..fe309e9 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -6343,6 +6343,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $("#annotationTextModal").modal("toggle"); $('.btnCursor').trigger('click'); + $("#text_area").val(''); + $("#text_area").css({ " font-family": 'Verdana, sans-serif', "font-size": "14px", "font-weight": "normal", "font-style": "normal", "color": "#000", "text-align": "left", "text-decoration": "none" }); $(".btn-annotation").removeClass("activebtncolor"); $('.btnCursor').addClass('activebtncolor'); break; -- libgit2 0.21.4