mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-17115 - no point in waiting for SCORM API to load when we know JS is disabled.
This commit is contained in:
parent
f24493ec9b
commit
86ed86b8dd
@ -135,7 +135,7 @@
|
||||
//]]>
|
||||
</script>
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="<?php echo $delayseconds ?>;url=<?php echo $result ?>" />
|
||||
<meta http-equiv="refresh" content="0;url=<?php echo $result ?>" />
|
||||
</noscript>
|
||||
</head>
|
||||
<body onload="doredirect();">
|
||||
|
Loading…
x
Reference in New Issue
Block a user