From 23a8b97081f10869faf13689968a1767ad17fe60 Mon Sep 17 00:00:00 2001 From: anisa kusumadewi <kusumadewi@itc.rwth-aachen.de> Date: Wed, 26 Oct 2022 10:21:05 +0200 Subject: [PATCH] increase index.js version --- locallib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locallib.php b/locallib.php index fc9a247..0f0fc0c 100644 --- a/locallib.php +++ b/locallib.php @@ -64,7 +64,7 @@ function pdfannotator_display_embed($pdfannotator, $cm, $course, $file, $page = // Load and execute the javascript files. $PAGE->requires->js(new moodle_url("/mod/pdfannotator/shared/pdf.js?ver=00002")); $PAGE->requires->js(new moodle_url("/mod/pdfannotator/shared/textclipper.js")); - $PAGE->requires->js(new moodle_url("/mod/pdfannotator/shared/index.js?ver=00028")); + $PAGE->requires->js(new moodle_url("/mod/pdfannotator/shared/index.js?ver=00029")); $PAGE->requires->js(new moodle_url("/mod/pdfannotator/shared/locallib.js?ver=00005")); // Pass parameters from PHP to JavaScript. -- GitLab