diff --git a/400-SOURCECODE/AIAHTML5.Web/Web.config b/400-SOURCECODE/AIAHTML5.Web/Web.config index 1061ffa..385bad9 100644 --- a/400-SOURCECODE/AIAHTML5.Web/Web.config +++ b/400-SOURCECODE/AIAHTML5.Web/Web.config @@ -39,7 +39,9 @@ + + diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js index 940a1a6..1415ea3 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js @@ -16,19 +16,14 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location $rootScope.TheeDWindowData.push( { 'multiwinid': windowviewid, - 'threeDAnatomyData': [], - 'searchCAListViewData': [], + 'threeDAnatomyData': [], 'ImagePath': '', 'moduleName': '', 'currentViewTitle': '', 'parentSlugName': '', 'currentSlug': '', - 'imageId': '', - 'imageName': '', - 'clickedCAVideo': '', - 'clickedCASummary': '', - 'hostedFolderId': '', - 'isTextVisible': true + 'imageId': '' + }); } @@ -46,18 +41,13 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location { 'multiwinid': windowviewid, 'threeDAnatomyData': [], - 'searchCAListViewData': [], 'ImagePath': '', 'moduleName': '', 'currentViewTitle': '', 'parentSlugName': '', 'currentSlug': '', - 'imageId': '', - 'imageName': '', - 'clickedCAVideo': '', - 'clickedCASummary': '', - 'hostedFolderId': '', - 'isTextVisible': true + 'imageId': '' + }); }