Skip to content

Commit

Permalink
remove flag encriptado em posterior download
Browse files Browse the repository at this point in the history
  • Loading branch information
heliomarpm committed Nov 24, 2021
1 parent 3c6de7f commit c89ef63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,9 @@ function initDownload($course, coursedata, subTitle = "") {
return;
}
}
else {
$course.find('input[name="encryptedvideos"]').val(0);
}

// $course.find(".downloading-file").hide();
// $course.find(".downloading-error").hide();
Expand Down

0 comments on commit c89ef63

Please sign in to comment.