Commit c7ab877ae222c906e499833d1889d627ad3ad6ae
1 parent
c6073231
committed new fixes in 3D anatomy
Showing
2 changed files
with
7 additions
and
15 deletions
400-SOURCECODE/AIAHTML5.Web/Web.config
@@ -39,7 +39,9 @@ | @@ -39,7 +39,9 @@ | ||
39 | <remove fileExtension=".mp3" /> | 39 | <remove fileExtension=".mp3" /> |
40 | <!--<clientCache cacheControlMode="DisableCache" />--> | 40 | <!--<clientCache cacheControlMode="DisableCache" />--> |
41 | <remove fileExtension=".woff" /> | 41 | <remove fileExtension=".woff" /> |
42 | + <remove fileExtension=".woff2" /> | ||
42 | <mimeMap fileExtension=".woff" mimeType="application/font-woff" /> | 43 | <mimeMap fileExtension=".woff" mimeType="application/font-woff" /> |
44 | + <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" /> | ||
43 | <mimeMap fileExtension=".mp3" mimeType="audio/mpeg" /> | 45 | <mimeMap fileExtension=".mp3" mimeType="audio/mpeg" /> |
44 | <mimeMap fileExtension=".vtt" mimeType="text/vtt" /> | 46 | <mimeMap fileExtension=".vtt" mimeType="text/vtt" /> |
45 | <mimeMap fileExtension=".json" mimeType="application/json" /> | 47 | <mimeMap fileExtension=".json" mimeType="application/json" /> |
400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js
@@ -16,19 +16,14 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location | @@ -16,19 +16,14 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location | ||
16 | $rootScope.TheeDWindowData.push( | 16 | $rootScope.TheeDWindowData.push( |
17 | { | 17 | { |
18 | 'multiwinid': windowviewid, | 18 | 'multiwinid': windowviewid, |
19 | - 'threeDAnatomyData': [], | ||
20 | - 'searchCAListViewData': [], | 19 | + 'threeDAnatomyData': [], |
21 | 'ImagePath': '', | 20 | 'ImagePath': '', |
22 | 'moduleName': '', | 21 | 'moduleName': '', |
23 | 'currentViewTitle': '', | 22 | 'currentViewTitle': '', |
24 | 'parentSlugName': '', | 23 | 'parentSlugName': '', |
25 | 'currentSlug': '', | 24 | 'currentSlug': '', |
26 | - 'imageId': '', | ||
27 | - 'imageName': '', | ||
28 | - 'clickedCAVideo': '', | ||
29 | - 'clickedCASummary': '', | ||
30 | - 'hostedFolderId': '', | ||
31 | - 'isTextVisible': true | 25 | + 'imageId': '' |
26 | + | ||
32 | }); | 27 | }); |
33 | 28 | ||
34 | } | 29 | } |
@@ -46,18 +41,13 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location | @@ -46,18 +41,13 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location | ||
46 | { | 41 | { |
47 | 'multiwinid': windowviewid, | 42 | 'multiwinid': windowviewid, |
48 | 'threeDAnatomyData': [], | 43 | 'threeDAnatomyData': [], |
49 | - 'searchCAListViewData': [], | ||
50 | 'ImagePath': '', | 44 | 'ImagePath': '', |
51 | 'moduleName': '', | 45 | 'moduleName': '', |
52 | 'currentViewTitle': '', | 46 | 'currentViewTitle': '', |
53 | 'parentSlugName': '', | 47 | 'parentSlugName': '', |
54 | 'currentSlug': '', | 48 | 'currentSlug': '', |
55 | - 'imageId': '', | ||
56 | - 'imageName': '', | ||
57 | - 'clickedCAVideo': '', | ||
58 | - 'clickedCASummary': '', | ||
59 | - 'hostedFolderId': '', | ||
60 | - 'isTextVisible': true | 49 | + 'imageId': '' |
50 | + | ||
61 | }); | 51 | }); |
62 | 52 | ||
63 | } | 53 | } |