diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index ca963ec..17b644d 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -2986,6 +2986,18 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l } } + + $timeout(function () { + + if(document.getElementById("typedTermName").value == "Skin"){ + // if ($rootScope.viewOrientationId == "1" || $rootScope.viewOrientationId == "4") { + $rootScope.isLoading = false; + $('#spinner').css('visibility', 'hidden'); + $scope.EnableUI(); + } + }, 800); + + }, 100) }