Commit 31b4176b5d2a8e5daf60c08b6011bbd70fe1783e
1 parent
a96b5957
remove commeted code
Showing
1 changed file
with
0 additions
and
28 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -361,34 +361,6 @@ function ($rootScope, $scope, Modules, $log, $location, $compile, $timeout, Data |
361 | 361 | ModuleService.setModuleData(newWindowData, newwindowNo); |
362 | 362 | $scope.loadOpenResourceWindow(newWindowData.mType); |
363 | 363 | } |
364 | - | |
365 | - | |
366 | - | |
367 | - // else if (($location.url() == "/da-body-view")) { | |
368 | - | |
369 | - // $scope.loadOpenResourceWindow(newWindowData.mType, '#daBodyview'); | |
370 | - // } | |
371 | - // else if ($location.url() == "/clinical-illustrations-detail") { | |
372 | - // $scope.loadOpenResourceWindow(newWindowData.mType, '#CIView'); | |
373 | - // } | |
374 | - // else if ($location.url() == "/module-item-view") { | |
375 | - | |
376 | - // $scope.loadOpenResourceWindow(newWindowData.mType, '#aaBodyView'); | |
377 | - // } | |
378 | - // else if ($location.url() == "/clinical-animations-detail") { | |
379 | - // $scope.loadOpenResourceWindow(newWindowData.mType, '#CAView'); | |
380 | - // } | |
381 | - // else if ($location.url() == "/adam-images-detail") { | |
382 | - // $scope.loadOpenResourceWindow(newWindowData.mType, '#AIView'); | |
383 | - // } | |
384 | - // else if ($location.url() == "/3d-anatomy-details") { | |
385 | - | |
386 | - // $scope.loadOpenResourceWindow(newWindowData.mType, '#ThreeDView'); | |
387 | - // } | |
388 | - // else if ($location.url() == "/lab-exercise-view") { | |
389 | - | |
390 | - // $scope.loadOpenResourceWindow(newWindowData.mType, '#labBodyview'); | |
391 | - // } | |
392 | 364 | |
393 | 365 | }, 500); |
394 | 366 | ... | ... |