Skip to content

Commit 1c219a6

Browse files
committed
fix pdf display for students
1 parent d8943df commit 1c219a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

locallib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function pdfannotator_display_embed($pdfannotator, $cm, $course, $file, $page =
6666
// Load and execute the javascript files.
6767
$PAGE->requires->js(new moodle_url("/mod/pdfannotator/shared/pdf.js?ver=00002"));
6868
$PAGE->requires->js(new moodle_url("/mod/pdfannotator/shared/textclipper.js"));
69-
$PAGE->requires->js(new moodle_url("/mod/pdfannotator/shared/index.js?ver=00042"));
69+
$PAGE->requires->js(new moodle_url("/mod/pdfannotator/shared/index.js?ver=00043"));
7070
$PAGE->requires->js(new moodle_url("/mod/pdfannotator/shared/locallib.js?ver=00008"));
7171

7272
// Pass parameters from PHP to JavaScript.

shared/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'mod_pdfannotator';
28-
$plugin->version = 2025071100;
28+
$plugin->version = 2025090300;
2929
$plugin->release = 'PDF Annotator v1.5 release 9';
3030
$plugin->requires = 2021051700;
3131
$plugin->maturity = MATURITY_RC;

0 commit comments

Comments
 (0)