@@ -66,8 +66,8 @@ 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=00041 " ));
70- $ PAGE ->requires ->js (new moodle_url ("/mod/pdfannotator/shared/locallib.js?ver=00007 " ));
69+ $ PAGE ->requires ->js (new moodle_url ("/mod/pdfannotator/shared/index.js?ver=00042 " ));
70+ $ PAGE ->requires ->js (new moodle_url ("/mod/pdfannotator/shared/locallib.js?ver=00008 " ));
7171
7272 // Pass parameters from PHP to JavaScript.
7373
@@ -984,8 +984,8 @@ function pdfannotator_prepare_overviewpage($cmid, $myrenderer, $taburl, $action,
984984 $ strings = $ stringman ->load_component_strings ('pdfannotator ' , 'en ' ); // Method gets the strings of the language files.
985985 $ PAGE ->requires ->strings_for_js (array_keys ($ strings ), 'pdfannotator ' ); // Method to use the language-strings in javascript.
986986 // 1.3 Add the javascript file that determines the dynamic behaviour of the page.
987- $ PAGE ->requires ->js (new moodle_url ("/mod/pdfannotator/shared/locallib.js?ver=00007 " ));
988- $ PAGE ->requires ->js (new moodle_url ("/mod/pdfannotator/shared/overview.js?ver=00003 " ));
987+ $ PAGE ->requires ->js (new moodle_url ("/mod/pdfannotator/shared/locallib.js?ver=00008 " ));
988+ $ PAGE ->requires ->js (new moodle_url ("/mod/pdfannotator/shared/overview.js?ver=00004 " ));
989989
990990 // 1.4 Check user capabilities to view the different categories.
991991 // The argument 'false' disregards administrator's magical 'doanything' power.
0 commit comments