Commit 7aa75d8a08124d47cc84347f42a80fe7c8e393ba

Authored by unknown
1 parent 44e22bfa

commneted a line

400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js
... ... @@ -454,7 +454,7 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter,
454 454  
455 455 if ($scope.dragableId.split('-')[0] != 'block') {
456 456 $scope.draggableAttribute = $("#" + $scope.dragableId).attr("draggedattr");
457   - $("#" + $scope.dragableId).removeAttr("draggedattr");
  457 + // $("#" + $scope.dragableId).removeAttr("draggedattr");
458 458 }
459 459 else
460 460 {
... ...