diff --git a/400-SOURCECODE/AIAHTML5.Web/Web.config b/400-SOURCECODE/AIAHTML5.Web/Web.config
index a41312f..bf0eddf 100644
--- a/400-SOURCECODE/AIAHTML5.Web/Web.config
+++ b/400-SOURCECODE/AIAHTML5.Web/Web.config
@@ -42,7 +42,8 @@
-
+
+
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js
index 26c7ac1..535284e 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js
@@ -81,12 +81,12 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location
$scope.LabExerciseModules = null;
$scope.LabExerciseBoxes = null;
//alert($scope.LabExerciseName)
- var labExerciseModulePath = 'content/data/json/le/' + $scope.LabExerciseName + '.json';
+ var labExerciseModulePath = '~/../content/data/json/le/' + $scope.LabExerciseName + '.json';
DataService.getAnotherJson(labExerciseModulePath).then(
function (result) {
//debugger;
- // alert(JSON.stringify(result.LabExercise));
+ //alert(JSON.stringify(result.LabExercise));
$.each(result.LabExercise, function (index, value) {
$scope.LabExerciseName = result.LabExercise[index].Topic;
if (result.LabExercise[index].Slug == keywords.labexercise) {
@@ -107,7 +107,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location
$scope.Title = result.LabExercise[index].Questions[index1].Title;
}
else {
- alert(result.LabExercise[index].Questions[index1].ImagePath);
+ //alert(result.LabExercise[index].Questions[index1].ImagePath);
$("#imgblock").css("display", "block");
$scope.IsVisible = true;
$("#textblock").css("display", "none");
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js
index f7d0b83..e145b4d 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js
@@ -209,10 +209,10 @@ AIA.constant('Modules', [
Id: 1,
Name: 'Dissectible Anatomy',
},
- {
- Id: 2,
- Name: 'Atlas Anatomy',
- },
+ //{
+ // Id: 2,
+ // Name: 'Atlas Anatomy',
+ //},
{
Id: 3,
Name: '3D Anatomy',
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html
index 2d55148..3991234 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html
+++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html
@@ -26,7 +26,7 @@