diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
index 03412fc..861f275 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -464,7 +464,8 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
$scope.openBodyView = function () {
- //disable whole div because till now jspanel is not created. enable when jspanel gets disabled
+ //disable whole div because till now jspanel is not created. enable when jspanel gets disabled because
+ //than jspanel will take care of disabling/enabling ui
document.getElementById('daBodyview').style.pointerEvents = "none";
document.getElementById('daBodyview').style.opacity = "0.5";