Commit c8c5336c675b151074bc3707d4bed0e19d43ab04
1 parent
01d4b2db
edited comment
Showing
1 changed file
with
2 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -464,7 +464,8 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l | @@ -464,7 +464,8 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l | ||
464 | 464 | ||
465 | $scope.openBodyView = function () { | 465 | $scope.openBodyView = function () { |
466 | 466 | ||
467 | - //disable whole div because till now jspanel is not created. enable when jspanel gets disabled | 467 | + //disable whole div because till now jspanel is not created. enable when jspanel gets disabled because |
468 | + //than jspanel will take care of disabling/enabling ui | ||
468 | document.getElementById('daBodyview').style.pointerEvents = "none"; | 469 | document.getElementById('daBodyview').style.pointerEvents = "none"; |
469 | document.getElementById('daBodyview').style.opacity = "0.5"; | 470 | document.getElementById('daBodyview').style.opacity = "0.5"; |
470 | 471 |