We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8103d commit b3c082aCopy full SHA for b3c082a
1 file changed
components/ILIAS/COPage/js/ilCOPagePres.js
@@ -21,7 +21,6 @@ il.COPagePres = {
21
init() {
22
this.initToc();
23
this.updateQuestionOverviews();
24
- this.initMapAreas();
25
this.initAdvancedContent();
26
this.initAudioVideo();
27
this.initAccordions();
@@ -195,11 +194,6 @@ il.COPagePres = {
195
194
// Map area functions
196
//
197
198
- // init map areas
199
- initMapAreas() {
200
- // $('img[usemap^="#map_il_"][class!="ilIim"]').maphilight({ neverOn: true });
201
- },
202
-
203
/// /
204
/// / Handle advanced content
205
0 commit comments