Commit c57d3500cb2fc65fb7a80056c974757a8c48e174
1 parent
d0e38872
commnet code
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js
@@ -454,7 +454,7 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter, | @@ -454,7 +454,7 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter, | ||
454 | 454 | ||
455 | if ($scope.dragableId.split('-')[0] != 'block') { | 455 | if ($scope.dragableId.split('-')[0] != 'block') { |
456 | $scope.draggableAttribute = $("#" + $scope.dragableId).attr("draggedattr"); | 456 | $scope.draggableAttribute = $("#" + $scope.dragableId).attr("draggedattr"); |
457 | - $("#" + $scope.dragableId).removeAttr("draggedattr"); | 457 | + // $("#" + $scope.dragableId).removeAttr("draggedattr"); |
458 | } | 458 | } |
459 | else | 459 | else |
460 | { | 460 | { |