var obj = document.createElement('iframe');
obj.setAttribute('id', 'scorm_object');
obj.setAttribute('type', 'text/html');
+ obj.setAttribute('allowfullscreen', 'allowfullscreen');
+ obj.setAttribute('webkitallowfullscreen', 'webkitallowfullscreen');
+ obj.setAttribute('mozallowfullscreen', 'mozallowfullscreen');
if (!window_name && node.title != null) {
obj.setAttribute('src', url_prefix + node.title);
}
defined('MOODLE_INTERNAL') || die();
-$plugin->version = 2015111600; // The current module version (Date: YYYYMMDDXX).
+$plugin->version = 2015112700; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2015111000; // Requires this Moodle version.
$plugin->component = 'mod_scorm'; // Full name of the plugin (used for diagnostics).
$plugin->cron = 300;