diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index e3c3ad4..747507a 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -361,34 +361,6 @@ function ($rootScope, $scope, Modules, $log, $location, $compile, $timeout, Data ModuleService.setModuleData(newWindowData, newwindowNo); $scope.loadOpenResourceWindow(newWindowData.mType); } - - - - // else if (($location.url() == "/da-body-view")) { - - // $scope.loadOpenResourceWindow(newWindowData.mType, '#daBodyview'); - // } - // else if ($location.url() == "/clinical-illustrations-detail") { - // $scope.loadOpenResourceWindow(newWindowData.mType, '#CIView'); - // } - // else if ($location.url() == "/module-item-view") { - - // $scope.loadOpenResourceWindow(newWindowData.mType, '#aaBodyView'); - // } - // else if ($location.url() == "/clinical-animations-detail") { - // $scope.loadOpenResourceWindow(newWindowData.mType, '#CAView'); - // } - // else if ($location.url() == "/adam-images-detail") { - // $scope.loadOpenResourceWindow(newWindowData.mType, '#AIView'); - // } - // else if ($location.url() == "/3d-anatomy-details") { - - // $scope.loadOpenResourceWindow(newWindowData.mType, '#ThreeDView'); - // } - // else if ($location.url() == "/lab-exercise-view") { - - // $scope.loadOpenResourceWindow(newWindowData.mType, '#labBodyview'); - // } }, 500);