diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
index 882273e..5c11783 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
@@ -101,18 +101,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
}, 250);
}
- $scope.loadAAImage = function (OpenedModuleItemPath)
- {
-
-
- //var imgNode = document.getElementById('modItemImage');
- ////document.getElementById("imageid").src = "../template/save.png";
- ////imgNode.src = $rootScope.OpenItemImagePath;
- //alert($rootScope.OpenItemImagePath);
-
- // var imageNode = "'
'";
- //$('#imageDiv').append(imageNode);
- }
+
angular.element(document).ready(function (e) {
$("#aaImagePanel").resize(function () {
@@ -216,8 +205,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
$scope.LoadDefaultLayerImage();
-
-
}
bodyViewWorker.onerror = function (e) {
alert('Error: Line ' + e.lineno + ' in ' + e.filename + ': ' + e.message);