|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
<?php // $Id: scorm_api.php 16127 2008-08-29 22:06:44Z juliomontoya $
|
|
|
|
|
<?php // $Id: scorm_api.php 16442 2008-10-06 13:40:41Z yannoo $
|
|
|
|
|
/* |
|
|
|
|
============================================================================== |
|
|
|
|
Dokeos - elearning and course management software |
|
|
|
@ -1006,7 +1006,7 @@ function switch_item(current_item, next_item){ |
|
|
|
|
var cont_f = document.getElementById('content_id'); |
|
|
|
|
if(!cont_f){ |
|
|
|
|
logit_lms('In switch - content frame not found',0); |
|
|
|
|
<?php if($oLP->mode = 'fullscreen'){ ?> |
|
|
|
|
<?php if($oLP->mode == 'fullscreen'){ ?> |
|
|
|
|
cont_f = window.open(''+mysrc,'content_name','toolbar=0,location=0,status=0,scrollbars=1,resizable=1'); |
|
|
|
|
<?php } else { ?> |
|
|
|
|
return false; |
|
|
|
|