@@ -826,6 +826,9 @@
let id = $(this).data('id');
$('.module-box').hide();
$('#'+id).show();
+ player.pause();
+ player1.pause();
+ player2.pause();
});
</script>
@endsection