Skip to content

Commit

Permalink
Add slideshow-will-render callback
Browse files Browse the repository at this point in the history
  • Loading branch information
maxg committed Jun 2, 2020
1 parent 9d5b3c6 commit 8ca0710
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/handout/slide-render.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ function require(url, callback) {
// render the page with all dependencies loaded
function render() {

if (window.onSlideshowWillRender) { window.onSlideshowWillRender(show); }

// presentation title, semester subtitle, authors
$('#source').prepend([
'class: chapter',
Expand Down

0 comments on commit 8ca0710

Please sign in to comment.