MDL-17115 - no point in waiting for SCORM API to load when we know JS is disabled.

This commit is contained in:
danmarsden 2008-11-28 06:49:10 +00:00
parent f24493ec9b
commit 86ed86b8dd

View File

@ -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();">