Commit ae5a414bf049077caae25b3947fd2b0ffa217514
1 parent
848bfec7
remove alert
Showing
2 changed files
with
2 additions
and
4 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
... | ... | @@ -153,8 +153,6 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout |
153 | 153 | |
154 | 154 | $scope.ApplySearch = function (query) { |
155 | 155 | |
156 | - alert(query.selectedbodyregion); | |
157 | - debugger; | |
158 | 156 | $scope.filterstring = true; |
159 | 157 | |
160 | 158 | while ($scope.searchCIListViewData.length) { | ... | ... |
400-SOURCECODE/AIAHTML5.Web/index.html
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en" ng-cloak ng-app="AIA"> |
3 | 3 | <head> |
4 | - <base href="/AIA/" /> | |
5 | - <!--<base href="/" />--> | |
4 | + <!--<base href="/AIA/" />--> | |
5 | + <base href="/" /> | |
6 | 6 | <meta charset="utf-8"> |
7 | 7 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
8 | 8 | <!--<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">--> | ... | ... |