@ -2178,7 +2178,7 @@ function attach_glossary_into_scorm(type) {
var randLetter = String.fromCharCode(65 + Math.floor(Math.random() * 26));
var uniqid = randLetter + Date.now();
var openerId = uniqid +'_opener';
var link = '<aid="'+openerId+'"class="generated"href="#">If iframe does not work, try clicking here.<imgsrc="<?phpechoapi_get_path(WEB_CODE_PATH).'img/link-external.png';?>"/></a>';
var link = '<aid="'+openerId+'"class="generated"href="#">Open website<imgsrc="<?phpechoapi_get_path(WEB_CODE_PATH).'img/link-external.png';?>"/></a>';
var embed = $(this);
var height = embed.attr('height');
var width = embed.attr('width');
@ -2191,9 +2191,14 @@ function attach_glossary_into_scorm(type) {
'&width='+width;
var result = $("iframe").contents().find('#'+openerId);