]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-17115 - no point in waiting for SCORM API to load when we know JS is disabled.
authordanmarsden <danmarsden>
Fri, 28 Nov 2008 06:49:10 +0000 (06:49 +0000)
committerdanmarsden <danmarsden>
Fri, 28 Nov 2008 06:49:10 +0000 (06:49 +0000)
mod/scorm/loadSCO.php

index 597cf8d12c6b19ec0bb66144883b02f361308ef5..db062e206c220448b634ae7c54f6da183056e37f 100755 (executable)
         //]]>
         </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();">