We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b165c commit e2314a1Copy full SHA for e2314a1
lib.php
@@ -287,19 +287,6 @@ function pdfannotator_get_coursemodule_info($coursemodule) {
287
return $info;
288
}
289
290
-/**
291
- * Called when viewing course page. Shows extra details after the link if
292
- * enabled.
293
- *
294
- * @param cm_info $cm Course module information
295
- */
296
-function pdfannotator_cm_info_view(cm_info $cm) {
297
- global $CFG;
298
- require_once($CFG->dirroot . '/mod/pdfannotator/locallib.php');
299
- $cm->set_after_link(' ' . html_writer::tag('span', '', // Use this to show details.
300
- array('class' => 'pdfannotatorlinkdetails')));
301
-}
302
-
303
/**
304
* Lists all browsable file areas
305
*
0 commit comments