Skip to content

Commit b3c082a

Browse files
committed
removed unused code
1 parent 7e8103d commit b3c082a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

components/ILIAS/COPage/js/ilCOPagePres.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ il.COPagePres = {
2121
init() {
2222
this.initToc();
2323
this.updateQuestionOverviews();
24-
this.initMapAreas();
2524
this.initAdvancedContent();
2625
this.initAudioVideo();
2726
this.initAccordions();
@@ -195,11 +194,6 @@ il.COPagePres = {
195194
// Map area functions
196195
//
197196

198-
// init map areas
199-
initMapAreas() {
200-
// $('img[usemap^="#map_il_"][class!="ilIim"]').maphilight({ neverOn: true });
201-
},
202-
203197
/// /
204198
/// / Handle advanced content
205199
/// /

0 commit comments

Comments
 (0)