Add slide number in the title in slide2

This commit is contained in:
yflory
2017-09-08 18:21:11 +02:00
parent c3a07e879c
commit 514bff7065
6 changed files with 28 additions and 15 deletions

View File

@@ -83,6 +83,9 @@ define([
funcs.notify = function () {
ctx.sframeChan.event('EV_NOTIFY');
};
funcs.setTabTitle = function (newTitle) {
ctx.sframeChan.event('EV_SET_TAB_TITLE', newTitle);
};
funcs.setLoginRedirect = function (cb) {
cb = cb || $.noop;