mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-20787 final switch to new $OUTPUT->pix_url() - yay!
This commit is contained in:
parent
cb1e046d6e
commit
b5d0cafc6f
157 changed files with 576 additions and 576 deletions
|
@ -171,7 +171,7 @@
|
|||
location = "<?php echo $result ?>";
|
||||
}
|
||||
else {
|
||||
document.body.innerHTML = "<p><?php echo get_string('activityloading', 'scorm');?> <span id='countdown'><?php echo $delayseconds ?></span> <?php echo get_string('numseconds');?>. <img src='<?php echo $OUTPUT->old_icon_url('pix/wait', 'scorm') ?>'><p>";
|
||||
document.body.innerHTML = "<p><?php echo get_string('activityloading', 'scorm');?> <span id='countdown'><?php echo $delayseconds ?></span> <?php echo get_string('numseconds');?>. <img src='<?php echo $OUTPUT->pix_url('pix/wait', 'scorm') ?>'><p>";
|
||||
var e = document.getElementById("countdown");
|
||||
var cSeconds = parseInt(e.innerHTML);
|
||||
var timer = setInterval(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue