Skip to content

Commit

Permalink
Merge pull request #20 from catalyst/progress
Browse files Browse the repository at this point in the history
Progress bar render order bug
  • Loading branch information
brendanheywood authored Jun 7, 2017
2 parents 2f0e90a + 6383d4c commit fa97887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion progress.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
echo get_string('progresshelp', 'tool_heartbeat');
$progressbar = new progress_bar();
$progressbar->create();
echo $OUTPUT->footer();

$progressbar->update_full(0, '0%');
sleep(1);
Expand All @@ -45,4 +46,3 @@
sleep(1);
$progressbar->update_full(100, '100%');

echo $OUTPUT->footer();
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2017051600;
$plugin->version = 2017060700;
$plugin->release = 2017051600; // Match release exactly to version.
$plugin->requires = 2012120311; // Deep support going back to 2.4
$plugin->component = 'tool_heartbeat';
Expand Down

0 comments on commit fa97887

Please sign in to comment.