diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 09bedd3..8cc6b48 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -591,11 +591,12 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l } else { + // this is a work around solution for a bug where DA does not load for long and user need to close the DA partially opened + // view, now we are programmatically closing the hung view and when user will reopen the DA view from tile then it will + // open without any issue. $("#daImagePanel .jsglyph-remove").click(); console.log('html is compiled in else ' + document.getElementById('daView')) - - }