Course Progress: Incorrect time in Thematic Advance

Change .ready for function
#3008 - GH#3008
pull/3401/head
carlos alvarado 5 years ago
parent c9e2ef50fb
commit a8f8788b8c
  1. 2
      main/course_progress/index.php

@ -114,7 +114,7 @@ $(function() {
</script>';
$htmlHeadXtra[] = '<script>
$(document).ready(function () {
$(function() {
if ($("#div_result").html() !== undefined && $("#div_result").html().length == 0) {
$("#div_result").html("0");
}

Loading…
Cancel
Save