|
|
|
@ -2372,6 +2372,7 @@ function attach_glossary_into_scorm(type) { |
|
|
|
|
src = url+'&type=link&src='+src; |
|
|
|
|
src = src.replace('https', 'http'); |
|
|
|
|
$(this).attr('href', src); |
|
|
|
|
$(this).attr('target', '_blank'); |
|
|
|
|
var myAnchor = $('<a><img width="16px" src="<?php echo Display::returnIconPath('link-external.png'); ?>"/></a>').attr("href", src).attr('target', '_blank').attr('class', 'generated');
|
|
|
|
|
$(this).after(myAnchor); |
|
|
|
|
$(this).after('-'); |
|
|
|
|