Fixes.
[edumed.git] / wtem / static / wtem / edumed.js
index 940ca54..f44654d 100644 (file)
     Przyporzadkuj.prototype.draggable_accept = function($draggable, $droppable) {
       var dropped;
       dropped = $droppable.closest("ul, ol").find(".draggable");
-      return (Przyporzadkuj.__super__.draggable_accept.call(this, $draggable, $droppable)) && dropped.length === 0;
+      return (Przyporzadkuj.__super__.draggable_accept.call(this, $draggable, $droppable));
     };
 
     Przyporzadkuj.prototype.check_question = function(question) {