Commit 99fd7a457f90b825f8816dec74e80c0e79329a64

Authored by unknown
1 parent 36e83098

Bug #28577: Google Chrome > Lab Exercise > The User should be able to see the pr…

…eview while dragging the answer.
400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js
@@ -171,7 +171,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location @@ -171,7 +171,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location
171 171
172 $scope.handleDragStart = function (e) { 172 $scope.handleDragStart = function (e) {
173 173
174 - this.style.opacity = '0.4'; 174 + this.style.opacity = '0.8';
175 e.dataTransfer.setData('text/plain', this.innerHTML); 175 e.dataTransfer.setData('text/plain', this.innerHTML);
176 $scope.dragableId = $(this).attr("Id"); 176 $scope.dragableId = $(this).attr("Id");
177 177