Commit 20b1cbe91a406c348ac6fb69e32c9ded55c1c0d6
1 parent
2fe1213b
remove was not supported.
Showing
1 changed file
with
2 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -5144,7 +5144,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | @@ -5144,7 +5144,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | ||
5144 | var modestyCanvases = $("canvas[id*='imageCanvasmodestyImg']"); | 5144 | var modestyCanvases = $("canvas[id*='imageCanvasmodestyImg']"); |
5145 | if (modestyCanvases != null || modestyCanvases != undefined && modestyCanvases.length > 0) { | 5145 | if (modestyCanvases != null || modestyCanvases != undefined && modestyCanvases.length > 0) { |
5146 | for (var j = 0; j < modestyCanvases.length; j++) { | 5146 | for (var j = 0; j < modestyCanvases.length; j++) { |
5147 | - modestyCanvases[j].remove(); | 5147 | + |
5148 | + modestyCanvases[j].parentNode.removeChild(modestyCanvases[j]); | ||
5148 | } | 5149 | } |
5149 | } | 5150 | } |
5150 | } | 5151 | } |