Skip to content

Commit a8f8788

Browse files
committed
Course Progress: Incorrect time in Thematic Advance
Change .ready for function #3008 - GH#3008
1 parent c9e2ef5 commit a8f8788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/course_progress/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
</script>';
115115

116116
$htmlHeadXtra[] = '<script>
117-
$(document).ready(function () {
117+
$(function() {
118118
if ($("#div_result").html() !== undefined && $("#div_result").html().length == 0) {
119119
$("#div_result").html("0");
120120
}

0 commit comments

Comments
 (0)