diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
index 407def0..3f581b2 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -9837,9 +9837,9 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
$scope.FillSearchList();
}
$scope.FillSearchList = function () {
-
- $('#searchTermListUl').empty();
-
+ if ($('#searchTermListUl').html() != "") {
+ $('#searchTermListUl').empty();
+ }
$rootScope.a = $scope.primaryLexiconInd;
$scope.sFilter = $("#typedTermName").val();
var $e2 = $('
' +
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
index f5a2cdf..1c754ab 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
+++ b/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
@@ -36,7 +36,7 @@
border: solid;
position: absolute;
/*Bug #24255: Mac > DA > Body Navigator is not appear properly.*/
- height:14px !important;
+ height: 14px !important;
}
#wrapper {
@@ -46,7 +46,7 @@
margin: 20px auto;
}
- .tooltip-custom + .tooltip > .tooltip-inner {
+ .tooltip-custom + .tooltip > .tooltip-inner {
background-color: #fff;
border: 1px solid #000;
color: #000;
@@ -111,7 +111,10 @@
color: #000;
border-radius: 0;
}
- .pad0{padding:0;}
+
+ .pad0 {
+ padding: 0;
+ }
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
+
@@ -431,6 +440,83 @@
+
+
+
+
+
@@ -444,7 +530,7 @@
@@ -485,10 +569,10 @@