Commit 46d7cff81ac83c0e6172a99c2b336992a045e1b8
1 parent
62c3747a
removed consolelog
Showing
1 changed file
with
4 additions
and
4 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
@@ -304,8 +304,8 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout | @@ -304,8 +304,8 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout | ||
304 | .where('_id = ' + $event.currentTarget.id) | 304 | .where('_id = ' + $event.currentTarget.id) |
305 | .select('_Title'); | 305 | .select('_Title'); |
306 | 306 | ||
307 | - console.log(CITitle); | ||
308 | - console.log($scope.selectedCIlistViewData); | 307 | + // console.log(CITitle); |
308 | + // console.log($scope.selectedCIlistViewData); | ||
309 | 309 | ||
310 | $rootScope.ViewTitle = CITitle[0]._Title; | 310 | $rootScope.ViewTitle = CITitle[0]._Title; |
311 | } | 311 | } |
@@ -321,7 +321,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout | @@ -321,7 +321,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout | ||
321 | var u = $location.url(); | 321 | var u = $location.url(); |
322 | $location.url('/clinical-illustrations-detail'); | 322 | $location.url('/clinical-illustrations-detail'); |
323 | 323 | ||
324 | - console.log($location.url('/clinical-illustrations-detail')); | 324 | + // console.log($location.url('/clinical-illustrations-detail')); |
325 | 325 | ||
326 | } | 326 | } |
327 | 327 | ||
@@ -473,7 +473,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout | @@ -473,7 +473,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout | ||
473 | 473 | ||
474 | ); | 474 | ); |
475 | 475 | ||
476 | - console.log($rootScope.openViews); | 476 | + // console.log($rootScope.openViews); |
477 | $('#CIView').css("height", $(window).outerHeight()); | 477 | $('#CIView').css("height", $(window).outerHeight()); |
478 | 478 | ||
479 | $('#CIView').css("width", $(window).outerWidth()); | 479 | $('#CIView').css("width", $(window).outerWidth()); |