diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js
index 5cec29a..6e6b73b 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js
@@ -158,7 +158,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location
parentSlug: '3d-anatomy-list',
content: '
' +
'' +
- '
',
+ '',
title: $rootScope.getLocalStorageValue("currentViewTitle"),
position: {
top: 70,
@@ -175,7 +175,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location
{
"module": $rootScope.currentActiveModuleTitle, "bodyView": tittle, "state": 'max', "BodyViewId": $rootScope.currentBodyViewId,
"slug": $rootScope.currentSlug
- });
+ });zz
}
@@ -194,6 +194,8 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location
}
+
+
}]
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
index 7effc15..c8f8f6a 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
@@ -618,7 +618,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
'' +
'

' +
'
' + $scope.clickedCISummary + '
' +
- '
' +
+ '
' +
'',
//ajax: {
// url: 'app/views/ci/ci-view-detail.html'
@@ -742,9 +742,9 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
}
}
-}]
-
+
+}]
);
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
index 3fc98bf..806a0a3 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -598,6 +598,9 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
//to get slider working on ipad
var $ua = navigator.userAgent;
if (($ua.match(/(iPod|iPhone|iPad|android)/i))) {
+ var jspanelContainerWidth = $(".jsPanel-content").css("width");
+ $(".jsPanel-content").css({ "width": "100%", "min-width": jspanelContainerWidth });
+ $("#daImagePanel").css("width", "100%");
$("#layerChangeSlider").css("pointer-events", "auto");
// on identity mode click
$("#btnZoom").removeAttr("onclick");