Fix missing parameter in slide.js
This commit is contained in:
parent
9e365b7c12
commit
3c7d39c52d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ viewAjaxCallback = function () {
|
|||
Reveal.layout();
|
||||
};
|
||||
|
||||
function renderSlide() {
|
||||
function renderSlide(event) {
|
||||
var title = document.title;
|
||||
finishView($(event.currentSlide));
|
||||
document.title = title;
|
||||
|
|
Loading…
Reference in a new issue