Commit ecd059902242d4198847b3e94caea3e63a523e11
1 parent
e4f882e8
in progress
Showing
1 changed file
with
1 additions
and
14 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... | ... | @@ -101,18 +101,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
101 | 101 | }, 250); |
102 | 102 | } |
103 | 103 | |
104 | - $scope.loadAAImage = function (OpenedModuleItemPath) | |
105 | - { | |
106 | - | |
107 | - | |
108 | - //var imgNode = document.getElementById('modItemImage'); | |
109 | - ////document.getElementById("imageid").src = "../template/save.png"; | |
110 | - ////imgNode.src = $rootScope.OpenItemImagePath; | |
111 | - //alert($rootScope.OpenItemImagePath); | |
112 | - | |
113 | - // var imageNode = "'<img id='modItemImage' src=' " + $rootScope.OpenItemImagePath + "'alt='' title='' class='img-responsive'>'"; | |
114 | - //$('#imageDiv').append(imageNode); | |
115 | - } | |
104 | + | |
116 | 105 | |
117 | 106 | angular.element(document).ready(function (e) { |
118 | 107 | $("#aaImagePanel").resize(function () { |
... | ... | @@ -216,8 +205,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
216 | 205 | |
217 | 206 | $scope.LoadDefaultLayerImage(); |
218 | 207 | |
219 | - | |
220 | - | |
221 | 208 | } |
222 | 209 | bodyViewWorker.onerror = function (e) { |
223 | 210 | alert('Error: Line ' + e.lineno + ' in ' + e.filename + ': ' + e.message); | ... | ... |