Skip to content

Commit

Permalink
Replace imgmap with mapping plugin - refs BT#8979
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Mar 4, 2015
1 parent b7e62c8 commit baac242
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -57,7 +57,6 @@ public function __construct(

if (api_get_setting('enabled_googlemaps') == 'true') {
$plugins[] = 'leaflet';
$plugins[] = 'mapping';
}

if (api_get_setting('math_asciimathML') == 'true') {
Expand All @@ -75,7 +74,7 @@ public function __construct(
}

if (api_get_setting('enabled_imgmap') == 'true') {
// Commercial plugin
$plugins[] = 'mapping';
}

if (api_get_setting('block_copy_paste_for_students') == 'true') {
Expand Down

0 comments on commit baac242

Please sign in to comment.