CC1
This commit is contained in:
@@ -539,6 +539,7 @@
|
||||
CourseNav.audioController.stopAllSoundsAndPlay(isCorrect ? good : bad);
|
||||
|
||||
$(this).html(draggedItem.find('.col-12').text()).addClass('text-center d-flex align-items-center justify-content-center');
|
||||
$(this).droppable('disable'); // Disable this drop zone
|
||||
draggedItem.hide();
|
||||
|
||||
if (isCorrect) {
|
||||
|
||||
Reference in New Issue
Block a user