Commit 916cb315cd0cbbc90e4fcc33380e3866abcfdd5d

Authored by unknown
1 parent 919d49dd

Merged DefectFixBodySystemSearch branch with current branch and fixed few issues

400-SOURCECODE/AIAHTML5.Web/Web.config
... ... @@ -38,7 +38,7 @@
38 38 <mimeMap fileExtension=".woff" mimeType="application/font-woff" />
39 39 <mimeMap fileExtension=".mp3" mimeType="audio/mpeg" />
40 40 <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
41   - <!--<mimeMap fileExtension=".json" mimeType="application/json" />-->
  41 + <mimeMap fileExtension=".json" mimeType="application/json" />
42 42  
43 43 </staticContent>
44 44 <defaultDocument enabled="true">
... ...
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -2492,7 +2492,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
2492 2492 $("#txtlayerNumber").val(parseInt($scope.currentLayerNumber));
2493 2493 }
2494 2494 }
2495   - }
  2495 + // }
2496 2496  
2497 2497 function mouseMoveListener(e) {
2498 2498  
... ...