diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 24ae176..a9de6f4 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -2882,59 +2882,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $('#layerChangeSlider').slider("option", "value", parseInt($rootScope.totalLayers) - parseInt($scope.layerNumber)); } $rootScope.PreviouslayerNumbr = 0; - $scope.LayerChangeOnMouseUpDown = function (e) { - //'x' button is displaying inside the input box in IE browser. - - if (e.currentTarget.id == "incrmntVal") { - //Dissectible Anatomy > Inappropriate Text in Layer Input box. - if ($("#txtlayerNumber").val() == '') { - var layerInputVal = 0; - - var layerInputValInc = parseInt(layerInputVal); - $scope.layerNumber = parseInt(layerInputValInc); - $("#txtlayerNumber").val($scope.layerNumber); - // $rootScope.PreviouslayerNumbr = $scope.layerNumber; - - } - else { - var layerInputVal = $("#txtlayerNumber").val(); - if (layerInputVal != $rootScope.totalLayers) { - var layerInputValInc = parseInt(layerInputVal) + 1; - $scope.layerNumber = parseInt(layerInputValInc); - $("#txtlayerNumber").val($scope.layerNumber); - $rootScope.PreviouslayerNumbr = $scope.layerNumber; - } - - } - - } - else { - - //Dissectible Anatomy > Inappropriate Text in Layer Input box. - if ($("#txtlayerNumber").val() == '') { - var layerInputVal = 0; - var layerInputValDec = parseInt(layerInputVal); - $scope.layerNumber = parseInt(layerInputValDec); - $("#txtlayerNumber").val($scope.layerNumber); - // $rootScope.PreviouslayerNumbr = $scope.layerNumber; - - } - else - { - var layerInputVal = $("#txtlayerNumber").val(); - if (layerInputVal > 0) { - var layerInputValDec = parseInt(layerInputVal) - 1; - $scope.layerNumber = parseInt(layerInputValDec); - $("#txtlayerNumber").val($scope.layerNumber); - $rootScope.PreviouslayerNumbr = $scope.layerNumber; - } - } - - } - $scope.LayerChange(); - $rootScope.isLoading = false; - $('#spinner').css('visibility', 'hidden'); - } + $scope.DisableProgressBar = function () { 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 f52db00..7967c1f 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html @@ -247,22 +247,10 @@
-
- -
-
-
- -
-
- -
-
+ + + +